com.atproto.server.createAppPassword
Create an App Password.
- class atproto_client.models.com.atproto.server.create_app_password.Data
Bases:
DataModelBaseInput data model for
com.atproto.server.createAppPassword.- field name: str [Required]
A short name for the App Password, to help distinguish them.
- class atproto_client.models.com.atproto.server.create_app_password.DataDict
Bases:
TypedDict- name: str
A short name for the App Password, to help distinguish them.
- privileged: NotRequired[bool | None]
If an app password has βprivilegedβ access to possibly sensitive account state. Meant for use with trusted clients.
- class atproto_client.models.com.atproto.server.create_app_password.AppPassword
Bases:
ModelBaseDefinition model for
com.atproto.server.createAppPassword.- field created_at: DateTime [Required]
Created at.
- field name: str [Required]
Name.
- field password: str [Required]
Password.