A structure containing properties for OAuth2 authentication.
The client application type. For example, AWS_MANAGED or USER_MANAGED.
The OAuth2 grant type. For example, AUTHORIZATION_CODE, JWT_BEARER, or CLIENT_CREDENTIALS.
AUTHORIZATION_CODE
JWT_BEARER
CLIENT_CREDENTIALS
The URL of the provider's authentication server, to exchange an authorization code for an access token.
A map of parameters that are added to the token GET request.
GET