OAuth GrantResponse Object
Contains information about the response to an OAuth grant request, including grant status.
This object is used by the following operations:
The properties included in the GrantResponse object are listed below.
| Property | Type | Description |
|---|---|---|
| GrantID | string | The unique ID for a specific instance of an OAuth grant. |
| GrantProvider | string | Optional. The identifier for the grant provider. |
| GrantStatus | string | The status of the grant. For valid values, see OAuth Grant Status. |
| ResourceOwner | string | The unique UserID for the resource owner, if required. |