AuthorizationCodeGrantMetadata
Metadata for OAuth 2.0 authorization code grant authentication.
Contents
Note
In the following list, the required parameters are described first.
- BaseEndpoint
-
The base URL endpoint for the external service.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 8192.
Pattern:
https://.*
Required: Yes
- RedirectUrl
-
The redirect URL for the OAuth authorization flow.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 8192.
Pattern:
https://.*
Required: Yes
- AuthorizationCodeGrantCredentialsDetails
-
The detailed credentials configuration for authorization code grant.
Type: AuthorizationCodeGrantCredentialsDetails object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- AuthorizationCodeGrantCredentialsSource
-
The source of the authorization code grant credentials.
Type: String
Valid Values:
PLAIN_CREDENTIALS
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: