Oauth2AuthorizationServerMetadata
Contains the authorization server metadata for an OAuth2 provider.
Contents
-
The authorization endpoint URL for the OAuth2 authorization server.
Type: String
Required: Yes
- issuer
-
The issuer URL for the OAuth2 authorization server.
Type: String
Required: Yes
- tokenEndpoint
-
The token endpoint URL for the OAuth2 authorization server.
Type: String
Required: Yes
- responseTypes
-
The supported response types for the OAuth2 authorization server.
Type: Array of strings
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: