OAuth ExtensibleGrantDocument Object
Contains information about an extensible OAuth grant.
The properties included in the ExtensibleGrantDocument object are listed below.
| Property | Type | Description |
|---|---|---|
| GrantID | string | The grant ID |
| GrantProvider | string | The grant provider. |
| GrantType | string | The grant type. |
| OpenIdConnectGrant | Boolean | Indicates whether it is an OpenID Connect grant. |
| GrantStatus | GrantStatus | Contains information about the status of an OAuth grant. For values, see OAuth GrantStatus values. |
| GrantClient | GrantClient | Contains the latest information about the client for an OAuth grant. It might not exactly match the information configured when the grant was issued. |
| GrantClientRedirectUri | string | The redirect URI for the grant client. |
| AuthorizationCode | string | The authorization code for the grant. |
| ImplicitToken | string | Implicit token. |
| AuthorizationCodeExpirationDateTime | dateTime | The expiration date/time stamp. |
| ClientState | string | Client state. |
| GrantResourceScope | GrantResourceScope |
Contains information about the resources in a grant OAuth scope. |
| GrantIssuedDateTime | dateTime | The date/time the grant was issued. |
| GrantUpdatedDateTime | dateTime | The date/time the grant was updated. |
| GrantExpirationDateTime | dateTime | The date/time the grant expires. |
| WFInstanceId | long | Workflow instance ID. |
| OpenIdConnectAuzRequestParameters | OpenIdConnectAuzRequestParameters | Contains information about the request parameters for an OpenID Connect authorization request. |
| ResponseType | string | The response type. |
| ImplicitIDToken | string | Implicit ID token, if applicable. |
| ExtensibleOAuthToken | ExtensibleOAuthToken | Contains information about an extensible OAuth Token. |
| ResourceOwnerAuthenticationInstructionsValue | string | Value of resource owner authentication instructions, if applicable. |
| ResourceOwnerUserInfoValue | string | Value of resource owner userinfo, if applicable. |
| GrantPropertiesValue | string | Value of grant properties, if applicable. |
| ResourceOwnerDomainName | string | Resource owner domain name. |
| ResourceOwnerUserName | string | Resource owner username. |