| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
OAuthCredentials |
OAuthCredentials.clone() |
OAuthCredentials |
SAPODataConnectorProfileCredentials.getOAuthCredentials()
The SAPOData OAuth type authentication credentials.
|
OAuthCredentials |
OAuthCredentials.withAccessToken(String accessToken)
The access token used to access protected SAPOData resources.
|
OAuthCredentials |
OAuthCredentials.withClientId(String clientId)
The identifier for the desired client.
|
OAuthCredentials |
OAuthCredentials.withClientSecret(String clientSecret)
The client secret used by the OAuth client to authenticate to the authorization server.
|
OAuthCredentials |
OAuthCredentials.withOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
OAuthCredentials |
OAuthCredentials.withRefreshToken(String refreshToken)
The refresh token used to refresh expired access token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAPODataConnectorProfileCredentials.setOAuthCredentials(OAuthCredentials oAuthCredentials)
The SAPOData OAuth type authentication credentials.
|
SAPODataConnectorProfileCredentials |
SAPODataConnectorProfileCredentials.withOAuthCredentials(OAuthCredentials oAuthCredentials)
The SAPOData OAuth type authentication credentials.
|
Copyright © 2022. All rights reserved.