OAuth AuthorizationCodeGrantType Object

Contains information about an OAuth provider's settings for the OAuth Authorization Code grant type.

This object is used by the following operations:

The properties included in the AuthorizationCodeGrantType object are listed below.

Property Type Description
AuthorizationCodeExpirationTimeInSeconds long The expiration time, in seconds, for the authorization code.
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 authorization_code.