com.atproto.server.describe_server

class atproto_client.models.com.atproto.server.describe_server.Contact

Bases: ModelBase

Definition model for com.atproto.server.describeServer.

field email: str | None = None

Email.

field py_type: Literal['com.atproto.server.describeServer#contact'] = 'com.atproto.server.describeServer#contact'

Bases: ModelBase

Definition model for com.atproto.server.describeServer.

field privacy_policy: str | None = None

Privacy policy.

field py_type: Literal['com.atproto.server.describeServer#links'] = 'com.atproto.server.describeServer#links'
field terms_of_service: str | None = None

Terms of service.

class atproto_client.models.com.atproto.server.describe_server.Response

Bases: ResponseModelBase

Output data model for com.atproto.server.describeServer.

field available_user_domains: List[str] [Required]

List of domain suffixes that can be used in account handles.

field contact: models.ComAtprotoServerDescribeServer.Contact | None = None

Contact information.

field did: str [Required]

Did.

field invite_code_required: bool | None = None

If true, an invite code must be supplied to create an account on this instance.

URLs of service policy documents.

field phone_verification_required: bool | None = None

If true, a phone verification token must be supplied to create an account on this instance.