com.atproto.server.refreshSession
#main
Refresh an authentication session. Requires auth using the 'refreshJwt' (not the 'accessJwt').
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| accessJwt | string | - | ✅ | - |
| refreshJwt | string | - | ✅ | - |
| handle | string (handle) | - | ✅ | - |
| did | string (did) | - | ✅ | - |
| didDoc | unknown | - | ❌ | - |
| active | boolean | - | ❌ | - |
| status | string | takendown suspended deactivated | ❌ | Hosting status of the account. If not specified, then assume 'active'. |