| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.authCodeUrls(Collection<String> authCodeUrls)
Auth code URLs that can be used for OAuth 2.0 authentication.
|
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.authCodeUrls(String... authCodeUrls)
Auth code URLs that can be used for OAuth 2.0 authentication.
|
static OAuth2Defaults.Builder |
OAuth2Defaults.builder() |
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.oauth2CustomProperties(Collection<OAuth2CustomParameter> oauth2CustomProperties)
List of custom parameters required for OAuth 2.0 authentication.
|
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.oauth2CustomProperties(Consumer<OAuth2CustomParameter.Builder>... oauth2CustomProperties)
List of custom parameters required for OAuth 2.0 authentication.
|
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.oauth2CustomProperties(OAuth2CustomParameter... oauth2CustomProperties)
List of custom parameters required for OAuth 2.0 authentication.
|
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.oauth2GrantTypesSupported(Collection<OAuth2GrantType> oauth2GrantTypesSupported)
OAuth 2.0 grant types supported by the connector.
|
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.oauth2GrantTypesSupported(OAuth2GrantType... oauth2GrantTypesSupported)
OAuth 2.0 grant types supported by the connector.
|
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.oauth2GrantTypesSupportedWithStrings(Collection<String> oauth2GrantTypesSupported)
OAuth 2.0 grant types supported by the connector.
|
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.oauth2GrantTypesSupportedWithStrings(String... oauth2GrantTypesSupported)
OAuth 2.0 grant types supported by the connector.
|
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.oauthScopes(Collection<String> oauthScopes)
OAuth 2.0 scopes that the connector supports.
|
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.oauthScopes(String... oauthScopes)
OAuth 2.0 scopes that the connector supports.
|
OAuth2Defaults.Builder |
OAuth2Defaults.toBuilder() |
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.tokenUrls(Collection<String> tokenUrls)
Token URLs that can be used for OAuth 2.0 authentication.
|
OAuth2Defaults.Builder |
OAuth2Defaults.Builder.tokenUrls(String... tokenUrls)
Token URLs that can be used for OAuth 2.0 authentication.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OAuth2Defaults.Builder> |
OAuth2Defaults.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AuthenticationConfig.Builder |
AuthenticationConfig.Builder.oAuth2Defaults(Consumer<OAuth2Defaults.Builder> oAuth2Defaults)
Contains the default values required for OAuth 2.0 authentication.
|
Copyright © 2023. All rights reserved.