JWTBearerProperties
JWT bearer token configuration that defines the properties needed for the JWT Bearer grant type flow.
Contents
- ContentType
-
The content type to use for JWT bearer token requests, such as application/x-www-form-urlencoded or application/json.
Type: String
Valid Values:
APPLICATION_JSON | URL_ENCODEDRequired: No
- JwtToken
-
The JWT token to be used in the bearer token grant flow for authentication.
Type: ConnectorProperty object
Required: No
- RequestMethod
-
The HTTP method to use when making JWT bearer token requests, typically POST.
Type: String
Valid Values:
GET | POSTRequired: No
- TokenUrl
-
The token endpoint URL where the JWT bearer token will be exchanged for an access token.
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: