AuthorizationTokenDescriptor
| Field | Type | Description |
|---|---|---|
| tokenType | TokenType | Type of the token. |
| targetType | AuthorizationTargetType | Type of the target. |
| token | AccessToken | The token itself. |
| usageLimit | Number | Maximum number of token usage, if any. |
| expiresAt | DateTime | Token is valid until this time, if any. |