Cephalopod_models.Com_Atproto_Server_RefreshSessionlexicon "com.atproto.server.refreshSession"
type main_output = {accessJwt : string;refreshJwt : string;handle : string;format: "Handle"
*)did : string;format: "Did"
*)didDoc : Cephalopod_dasl.Value.t option;active : bool option;status : string option;Hosting status of the account. If not specified, then assume 'active'. known values: "takendown"; "suspended"; "deactivated"
}val pp_main_output :
Ppx_deriving_runtime.Format.formatter ->
main_output ->
Ppx_deriving_runtime.unitval show_main_output : main_output -> Ppx_deriving_runtime.stringval main_output_of_value : main_output Cephalopod_dasl.Value.Util.convval main_output_to_value : main_output -> Cephalopod_dasl.Value.tval pp_main_error :
Ppx_deriving_runtime.Format.formatter ->
main_error ->
Ppx_deriving_runtime.unitval show_main_error : main_error -> Ppx_deriving_runtime.stringval main : (unit, unit, main_output, main_error) Base.procedureRefresh an authentication session. Requires auth using the 'refreshJwt' (not the 'accessJwt').