com.atproto.server.createAppPassword
#main
Create an App Password.
Input
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| name | string | - | ✅ | A short name for the App Password, to help distinguish them. |
| privileged | boolean | - | ❌ | If an app password has 'privileged' access to possibly sensitive account state. Meant for use with trusted clients. |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| ref | #appPassword | - | ✅ | - |
#appPassword
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| name | string | - | ✅ | - |
| password | string | - | ✅ | - |
| createdAt | string (datetime) | - | ✅ | - |
| privileged | boolean | - | ❌ | - |