OAuth GrantRequest Object
Contains information about an OAuth grant request.
The properties included in the GrantRequest object are listed below.
| Property | Type | Description |
|---|---|---|
| GrantID | string | The unique ID for a specific instance of an OAuth grant. |
| GrantType | string | Optional. The OAuth grant type. |
| ResourceOwnerID | string | The unique ID for the resource owner in the context of a specific OAuth transaction |
| ResourceScope | string | Optional. The scope applicable to the resource. |
| ClientID | string | The unique ID for a specific OAuth client, as set up with the OAuth Provider. In the context of the platform, the ClientID is the same as the app's RuntimeID. |
| ClientRedirectURI | string | Optional. The redirect URI for the OAuth client. |
| GrantProperties | GrantProperties | Contains information about OAuth grant properties. |
| ClientState | string | An opaque token optionally sent by the client, to be returned along with the redirect URL after the grant is issued. |