Module Cephalopod_models.Com_Atproto_Identity_Defs

lexicon "com.atproto.identity.defs"

def identityInfo

type nonrec identityinfo = Types.com_atproto_identity_defs_identityinfo = {
  1. did : string;
    (*

    format: "Did"

    *)
  2. handle : string;
    (*

    The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document. format: "Handle"

    *)
  3. didDoc : Cephalopod_dasl.Value.t;
    (*

    The complete DID document for the identity.

    *)
}