AuthenticationToken
Represents an authentication token
Attributes (5)
| Attribute | Type | Required | Description |
|---|---|---|---|
accessToken | string | Yes | The access token string as issued by the authorization server |
refreshToken | string | No | A refresh token which applications can use to obtain another access token |
expiresIn | number | Yes | Unix timestamp (seconds) when the access token expires |
tokenType | string | Yes | The type of token this is, typically just the string Bearer |
scope | string | Yes | Space-separated list of scopes granted to this token |