| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Credentials |
OAuth2Credentials.clone() |
OAuth2Credentials |
CustomConnectorProfileCredentials.getOauth2()
The OAuth 2.0 credentials required for the authentication of the user.
|
OAuth2Credentials |
ServiceNowConnectorProfileCredentials.getOAuth2Credentials()
The OAuth 2.0 credentials required to authenticate the user.
|
OAuth2Credentials |
OAuth2Credentials.withAccessToken(String accessToken)
The access token used to access the connector on your behalf.
|
OAuth2Credentials |
OAuth2Credentials.withClientId(String clientId)
The identifier for the desired client.
|
OAuth2Credentials |
OAuth2Credentials.withClientSecret(String clientSecret)
The client secret used by the OAuth client to authenticate to the authorization server.
|
OAuth2Credentials |
OAuth2Credentials.withOAuthRequest(ConnectorOAuthRequest oAuthRequest) |
OAuth2Credentials |
OAuth2Credentials.withRefreshToken(String refreshToken)
The refresh token used to refresh an expired access token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomConnectorProfileCredentials.setOauth2(OAuth2Credentials oauth2)
The OAuth 2.0 credentials required for the authentication of the user.
|
void |
ServiceNowConnectorProfileCredentials.setOAuth2Credentials(OAuth2Credentials oAuth2Credentials)
The OAuth 2.0 credentials required to authenticate the user.
|
CustomConnectorProfileCredentials |
CustomConnectorProfileCredentials.withOauth2(OAuth2Credentials oauth2)
The OAuth 2.0 credentials required for the authentication of the user.
|
ServiceNowConnectorProfileCredentials |
ServiceNowConnectorProfileCredentials.withOAuth2Credentials(OAuth2Credentials oAuth2Credentials)
The OAuth 2.0 credentials required to authenticate the user.
|
Copyright © 2023. All rights reserved.