ClientCredentialsProperties - AWS Glue

ClientCredentialsProperties

OAuth2 client credentials configuration that defines the properties needed for the Client Credentials grant type flow.

Contents

ClientId

The OAuth2 client identifier provided by the authorization server.

Type: ConnectorProperty object

Required: No

ClientSecret

The OAuth2 client secret provided by the authorization server.

Type: ConnectorProperty object

Required: No

ContentType

The content type to use for token requests, such as application/x-www-form-urlencoded or application/json.

Type: String

Valid Values: APPLICATION_JSON | URL_ENCODED

Required: No

RequestMethod

The HTTP method to use when making token requests, typically POST.

Type: String

Valid Values: GET | POST

Required: No

Scope

The OAuth2 scope that defines the level of access requested for the client credentials flow.

Type: ConnectorProperty object

Required: No

TokenUrl

The token endpoint URL where the client will request access tokens using client credentials.

Type: ConnectorProperty object

Required: No

TokenUrlParameters

Additional parameters to include in token URL requests as key-value pairs.

Type: Array of ConnectorProperty objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: