OAuth ResourceOwnerCredentialsGrantType Object
Contains information about an OAuth provider's settings for the Resource Owner Credentials grant type.
This object is used by the following operations:
- Any operations that use the OAuthProvider object
The properties included in the ResourceOwnerCredentialsGrantType object are listed below.
Property | Type | Description |
---|---|---|
AccessTokenExpirationTimeInSeconds | long | The expiration time, in seconds, for the access token. |
IssueRefreshTokens | boolean | Indicates whether or not refresh tokens are valid for this grant. |
GrantExpirationTimeInSeconds | long | The expiration time, in seconds, for the grant. |
GrantType | string | The grant type. In this context, it is always password. |