Cephalopod_models.Com_Atproto_Server_RefreshSession
lexicon "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.unit
val show_main_output : main_output -> Ppx_deriving_runtime.string
val main_output_of_value : main_output Cephalopod_dasl.Value.Util.conv
val main_output_to_value : main_output -> Cephalopod_dasl.Value.t
val pp_main_error :
Ppx_deriving_runtime.Format.formatter ->
main_error ->
Ppx_deriving_runtime.unit
val show_main_error : main_error -> Ppx_deriving_runtime.string
val main : (unit, unit, main_output, main_error) Base.procedure
Refresh an authentication session. Requires auth using the 'refreshJwt' (not the 'accessJwt').