| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
OAuthProperties.Builder |
OAuthProperties.Builder.authCodeUrl(String authCodeUrl)
The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type
authentication.
|
static OAuthProperties.Builder |
OAuthProperties.builder() |
OAuthProperties.Builder |
OAuthProperties.Builder.oAuthScopes(Collection<String> oAuthScopes)
The OAuth scopes required for OAuth type authentication.
|
OAuthProperties.Builder |
OAuthProperties.Builder.oAuthScopes(String... oAuthScopes)
The OAuth scopes required for OAuth type authentication.
|
OAuthProperties.Builder |
OAuthProperties.toBuilder() |
OAuthProperties.Builder |
OAuthProperties.Builder.tokenUrl(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 |
|---|---|
static Class<? extends OAuthProperties.Builder> |
OAuthProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SAPODataConnectorProfileProperties.Builder |
SAPODataConnectorProfileProperties.Builder.oAuthProperties(Consumer<OAuthProperties.Builder> oAuthProperties)
The SAPOData OAuth properties required for OAuth type authentication.
|
Copyright © 2023. All rights reserved.