ConnectorOAuth2Properties
OAuth2 configuration container that defines the authentication properties and flow-specific configurations for OAuth2-based connections.
Contents
- OAuth2GrantType
-
The OAuth2 grant type to use for authentication, such as CLIENT_CREDENTIALS, JWT_BEARER, or AUTHORIZATION_CODE.
Type: String
Valid Values:
CLIENT_CREDENTIALS | JWT_BEARER | AUTHORIZATION_CODERequired: Yes
- AuthorizationCodeProperties
-
Configuration properties specific to the OAuth2 Authorization Code grant type flow.
Type: ConnectorAuthorizationCodeProperties object
Required: No
- ClientCredentialsProperties
-
Configuration properties specific to the OAuth2 Client Credentials grant type flow.
Type: ClientCredentialsProperties object
Required: No
- JWTBearerProperties
-
Configuration properties specific to the OAuth2 JWT Bearer grant type flow.
Type: JWTBearerProperties object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: