OAuth ImplicitGrantType Object
Contains information about an OAuth provider's settings for the OAuth Implicit grant type.
This object is used by the following operations:
- Any operations that use the OAuthProvider object
The properties included in the ImplicitGrantType object are listed below.
| Property | Type | Description |
|---|---|---|
| AccessTokenExpirationTimeInSeconds | long | The expiration time, in seconds, for the access token. |
| GrantExpirationTimeInSeconds | long | The expiration time, in seconds, for the grant. |
| GrantType | string | The grant type. In this context, it is always implicit. |