OAuth ClientCredentialsGrantType Object

Contains information about an OAuth provider's settings for the OAuth Client Credentials grant type.

This object is used by the following operations:

The properties included in the ClientCredentialsGrantType 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 client_credentials.