com.atproto.server.createAppPassword

Create an App Password.

class atproto_client.models.com.atproto.server.create_app_password.Data

Bases: DataModelBase

Input data model for com.atproto.server.createAppPassword.

field name: str [Required]

A short name for the App Password, to help distinguish them.

field privileged: bool | None = None
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: ModelBase

Definition model for com.atproto.server.createAppPassword.

field created_at: DateTime [Required]

Created at.

field name: str [Required]

Name.

field password: str [Required]

Password.

field privileged: bool | None = None

Privileged.