Cephalopod_models.Com_Atproto_Identity_Defslexicon "com.atproto.identity.defs"
type nonrec identityinfo = Types.com_atproto_identity_defs_identityinfo = {did : string;format: "Did"
*)handle : string;The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document. format: "Handle"
*)didDoc : Cephalopod_dasl.Value.t;The complete DID document for the identity.
*)}val pp_identityinfo :
Ppx_deriving_runtime.Format.formatter ->
Types.com_atproto_identity_defs_identityinfo ->
Ppx_deriving_runtime.unitval identityinfo_of_value :
Types.com_atproto_identity_defs_identityinfo Cephalopod_dasl.Value.Util.convval identityinfo_to_value :
Types.com_atproto_identity_defs_identityinfo ->
Cephalopod_dasl.Value.t