| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
OAuthProperties |
OAuthProperties.clone() |
OAuthProperties |
SAPODataConnectorProfileProperties.getOAuthProperties()
The SAPOData OAuth properties required for OAuth type authentication.
|
OAuthProperties |
OAuthProperties.withAuthCodeUrl(String authCodeUrl)
The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type
authentication.
|
OAuthProperties |
OAuthProperties.withOAuthScopes(Collection<String> oAuthScopes)
The OAuth scopes required for OAuth type authentication.
|
OAuthProperties |
OAuthProperties.withOAuthScopes(String... oAuthScopes)
The OAuth scopes required for OAuth type authentication.
|
OAuthProperties |
OAuthProperties.withTokenUrl(String tokenUrl)
The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access
token using refresh token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAPODataConnectorProfileProperties.setOAuthProperties(OAuthProperties oAuthProperties)
The SAPOData OAuth properties required for OAuth type authentication.
|
SAPODataConnectorProfileProperties |
SAPODataConnectorProfileProperties.withOAuthProperties(OAuthProperties oAuthProperties)
The SAPOData OAuth properties required for OAuth type authentication.
|
Copyright © 2022. All rights reserved.