com.atproto.server.getServiceAuth
#main
Get a signed token on behalf of the requesting DID for the requested service.
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
aud | string (did) | - | ✅ | The DID of the service that the token will be used to authenticate with |
exp | integer | - | ❌ | The time in Unix Epoch seconds that the JWT expires. Defaults to 60 seconds in the future. The service may enforce certain time bounds on tokens depending on the requested scope. |
lxm | string (nsid) | - | ❌ | Lexicon (XRPC) method to bind the requested token to |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
token | string | - | ✅ | - |