com.atproto.server.createSession
#main
Create an authentication session.
Input
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
identifier | string | - | ✅ | Handle or other identifier supported by the server for the authenticating user. |
password | string | - | ✅ | - |
authFactorToken | string | - | ❌ | - |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
accessJwt | string | - | ✅ | - |
refreshJwt | string | - | ✅ | - |
handle | string (handle) | - | ✅ | - |
did | string (did) | - | ✅ | - |
didDoc | unknown | - | ❌ | - |
string | - | ❌ | - | |
emailConfirmed | boolean | - | ❌ | - |
emailAuthFactor | boolean | - | ❌ | - |
active | boolean | - | ❌ | - |
status | string | takendown suspended deactivated | ❌ | If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted. |