| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
OAuthCredentials.Builder |
OAuthCredentials.Builder.accessToken(String accessToken)
The access token used to access protected SAPOData resources.
|
static OAuthCredentials.Builder |
OAuthCredentials.builder() |
OAuthCredentials.Builder |
OAuthCredentials.Builder.clientId(String clientId)
The identifier for the desired client.
|
OAuthCredentials.Builder |
OAuthCredentials.Builder.clientSecret(String clientSecret)
The client secret used by the OAuth client to authenticate to the authorization server.
|
OAuthCredentials.Builder |
OAuthCredentials.Builder.oAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
default OAuthCredentials.Builder |
OAuthCredentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
OAuthCredentials.Builder |
OAuthCredentials.Builder.refreshToken(String refreshToken)
The refresh token used to refresh expired access token.
|
OAuthCredentials.Builder |
OAuthCredentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OAuthCredentials.Builder> |
OAuthCredentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SAPODataConnectorProfileCredentials.Builder |
SAPODataConnectorProfileCredentials.Builder.oAuthCredentials(Consumer<OAuthCredentials.Builder> oAuthCredentials)
The SAPOData OAuth type authentication credentials.
|
Copyright © 2023. All rights reserved.