com.atproto.server.create_app_password

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

Bases: ModelBase

Definition model for com.atproto.server.createAppPassword.

field created_at: str [Required]

Created at.

field name: str [Required]

Name.

field password: str [Required]

Password.

field py_type: Literal['com.atproto.server.createAppPassword#appPassword'] = 'com.atproto.server.createAppPassword#appPassword'
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.

class atproto_client.models.com.atproto.server.create_app_password.DataDict(*args, **kwargs)

Bases: dict

name: str

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