| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Credentials.Builder |
OAuth2Credentials.Builder.accessToken(String accessToken)
The access token used to access the connector on your behalf.
|
static OAuth2Credentials.Builder |
OAuth2Credentials.builder() |
OAuth2Credentials.Builder |
OAuth2Credentials.Builder.clientId(String clientId)
The identifier for the desired client.
|
OAuth2Credentials.Builder |
OAuth2Credentials.Builder.clientSecret(String clientSecret)
The client secret used by the OAuth client to authenticate to the authorization server.
|
OAuth2Credentials.Builder |
OAuth2Credentials.Builder.oAuthRequest(ConnectorOAuthRequest oAuthRequest)
Sets the value of the OAuthRequest property for this object.
|
default OAuth2Credentials.Builder |
OAuth2Credentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
Sets the value of the OAuthRequest property for this object.
|
OAuth2Credentials.Builder |
OAuth2Credentials.Builder.refreshToken(String refreshToken)
The refresh token used to refresh an expired access token.
|
OAuth2Credentials.Builder |
OAuth2Credentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OAuth2Credentials.Builder> |
OAuth2Credentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.oauth2(Consumer<OAuth2Credentials.Builder> oauth2)
The OAuth 2.0 credentials required for the authentication of the user.
|
Copyright © 2022. All rights reserved.