Cephalopod_models.Com_Atproto_Identity_Defs
lexicon "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.unit
val identityinfo_of_value :
Types.com_atproto_identity_defs_identityinfo Cephalopod_dasl.Value.Util.conv
val identityinfo_to_value :
Types.com_atproto_identity_defs_identityinfo ->
Cephalopod_dasl.Value.t