| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Properties |
OAuth2Properties.addTokenUrlCustomPropertiesEntry(String key,
String value)
Add a single TokenUrlCustomProperties entry
|
OAuth2Properties |
OAuth2Properties.clearTokenUrlCustomPropertiesEntries()
Removes all the entries added into TokenUrlCustomProperties.
|
OAuth2Properties |
OAuth2Properties.clone() |
OAuth2Properties |
CustomConnectorProfileProperties.getOAuth2Properties() |
OAuth2Properties |
OAuth2Properties.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType)
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
|
OAuth2Properties |
OAuth2Properties.withOAuth2GrantType(String oAuth2GrantType)
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
|
OAuth2Properties |
OAuth2Properties.withTokenUrl(String tokenUrl)
The token URL required for OAuth 2.0 authentication.
|
OAuth2Properties |
OAuth2Properties.withTokenUrlCustomProperties(Map<String,String> tokenUrlCustomProperties)
Associates your token URL with a map of properties that you define.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomConnectorProfileProperties.setOAuth2Properties(OAuth2Properties oAuth2Properties) |
CustomConnectorProfileProperties |
CustomConnectorProfileProperties.withOAuth2Properties(OAuth2Properties oAuth2Properties) |
Copyright © 2022. All rights reserved.