@Value.Immutable
public interface OAuth2Defaults
| Modifier and Type | Method and Description |
|---|---|
default boolean |
addBasicAuthHeader()
Specifies if clientId and clientSecret should be added to basic auth header
|
List<String> |
authURL()
Auth URLs.
|
default OAuth2ContentType |
oAuth2ContentType()
OAuth2 Content type to use in the token request header.
|
List<OAuth2CustomParameter> |
oauth2CustomProperties()
OAuth2 custom parameters needed by the connector.
|
List<OAuth2GrantType> |
oAuth2GrantTypesSupported()
OAuth2 Grant types supported by connector.
|
default OAuth2MethodType |
oAuth2MethodType()
OAuth2 Http method to use for the token request.
|
List<String> |
oAuthScopes()
OAuth Scopes.
|
List<String> |
tokenURL()
Token URLs.
|
@Nullable List<String> oAuthScopes()
List<String> tokenURL()
@Nullable List<String> authURL()
List<OAuth2GrantType> oAuth2GrantTypesSupported()
@Value.Default default OAuth2ContentType oAuth2ContentType()
@Value.Default default OAuth2MethodType oAuth2MethodType()
@Nullable List<OAuth2CustomParameter> oauth2CustomProperties()
@Value.Default default boolean addBasicAuthHeader()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.