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:
func = Validated by:
string_formats.validate_did()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- 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:
func = Validated by:
string_formats.validate_handle()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field py_type: Literal['com.atproto.identity.defs#identityInfo'] = 'com.atproto.identity.defs#identityInfo'¶