Okta.Sdk.Model.TokenProtocolRequest
October 22, 2025 ยท View on GitHub
Details of the token request
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClientId | string | The ID of the client associated with the token | [optional] |
| GrantType | GrantType | [optional] | |
| RedirectUri | string | Specifies the callback location where the authorization was sent | [optional] |
| ResponseMode | string | The authorization response mode | [optional] |
| ResponseType | string | The authorization response type | [optional] |
| Scope | string | The scopes requested | [optional] |
| State | string | [optional] |