Cephalopod_models.Com_Atproto_Server_GetSessionlexicon "com.atproto.server.getSession"
type main_output = {handle : string;format: "Handle"
*)did : string;format: "Did"
*)email : string option;emailConfirmed : bool option;emailAuthFactor : bool option;didDoc : Cephalopod_dasl.Value.t option;active : bool option;status : string option;If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted. 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 main : (unit, main_output, unit) Base.queryGet information about the current auth session. Requires auth.