com.atproto.identity.defs¶

class atproto_client.models.com.atproto.identity.defs.IdentityInfo¶

Bases: ModelBase

Definition model for com.atproto.identity.defs.

field did: str [Required]¶

Did.

Constraints:
field did_doc: UnknownType [Required]¶

The complete DID document for the identity.

field handle: str [Required]¶

The validated handle of the account; or ‘handle.invalid’ if the handle did not bi-directionally match the DID document.

Constraints:
field py_type: Literal['com.atproto.identity.defs#identityInfo'] = 'com.atproto.identity.defs#identityInfo'¶