| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Defaults |
OAuth2Defaults.clone() |
OAuth2Defaults |
AuthenticationConfig.getOAuth2Defaults()
Contains the default values required for OAuth 2.0 authentication.
|
OAuth2Defaults |
OAuth2Defaults.withAuthCodeUrls(Collection<String> authCodeUrls)
Auth code URLs that can be used for OAuth 2.0 authentication.
|
OAuth2Defaults |
OAuth2Defaults.withAuthCodeUrls(String... authCodeUrls)
Auth code URLs that can be used for OAuth 2.0 authentication.
|
OAuth2Defaults |
OAuth2Defaults.withOauth2CustomProperties(Collection<OAuth2CustomParameter> oauth2CustomProperties)
List of custom parameters required for OAuth 2.0 authentication.
|
OAuth2Defaults |
OAuth2Defaults.withOauth2CustomProperties(OAuth2CustomParameter... oauth2CustomProperties)
List of custom parameters required for OAuth 2.0 authentication.
|
OAuth2Defaults |
OAuth2Defaults.withOauth2GrantTypesSupported(Collection<String> oauth2GrantTypesSupported)
OAuth 2.0 grant types supported by the connector.
|
OAuth2Defaults |
OAuth2Defaults.withOauth2GrantTypesSupported(OAuth2GrantType... oauth2GrantTypesSupported)
OAuth 2.0 grant types supported by the connector.
|
OAuth2Defaults |
OAuth2Defaults.withOauth2GrantTypesSupported(String... oauth2GrantTypesSupported)
OAuth 2.0 grant types supported by the connector.
|
OAuth2Defaults |
OAuth2Defaults.withOauthScopes(Collection<String> oauthScopes)
OAuth 2.0 scopes that the connector supports.
|
OAuth2Defaults |
OAuth2Defaults.withOauthScopes(String... oauthScopes)
OAuth 2.0 scopes that the connector supports.
|
OAuth2Defaults |
OAuth2Defaults.withTokenUrls(Collection<String> tokenUrls)
Token URLs that can be used for OAuth 2.0 authentication.
|
OAuth2Defaults |
OAuth2Defaults.withTokenUrls(String... tokenUrls)
Token URLs that can be used for OAuth 2.0 authentication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationConfig.setOAuth2Defaults(OAuth2Defaults oAuth2Defaults)
Contains the default values required for OAuth 2.0 authentication.
|
AuthenticationConfig |
AuthenticationConfig.withOAuth2Defaults(OAuth2Defaults oAuth2Defaults)
Contains the default values required for OAuth 2.0 authentication.
|
Copyright © 2022. All rights reserved.