static CreateTokenRequest.Builder |
CreateTokenRequest.builder() |
|
CreateTokenRequest.Builder |
CreateTokenRequest.Builder.clientId(String clientId) |
The unique identifier string for the client or application.
|
CreateTokenRequest.Builder |
CreateTokenRequest.Builder.clientSecret(String clientSecret) |
A secret string generated for the client.
|
CreateTokenRequest.Builder |
CreateTokenRequest.Builder.code(String code) |
Used only when calling this API for the Authorization Code grant type.
|
CreateTokenRequest.Builder |
CreateTokenRequest.Builder.codeVerifier(String codeVerifier) |
Used only when calling this API for the Authorization Code grant type.
|
CreateTokenRequest.Builder |
CreateTokenRequest.Builder.deviceCode(String deviceCode) |
Used only when calling this API for the Device Code grant type.
|
CreateTokenRequest.Builder |
CreateTokenRequest.Builder.grantType(String grantType) |
Supports the following OAuth grant types: Device Code and Refresh Token.
|
CreateTokenRequest.Builder |
CreateTokenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateTokenRequest.Builder |
CreateTokenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateTokenRequest.Builder |
CreateTokenRequest.Builder.redirectUri(String redirectUri) |
Used only when calling this API for the Authorization Code grant type.
|
CreateTokenRequest.Builder |
CreateTokenRequest.Builder.refreshToken(String refreshToken) |
Used only when calling this API for the Refresh Token grant type.
|
CreateTokenRequest.Builder |
CreateTokenRequest.Builder.scope(String... scope) |
The list of scopes for which authorization is requested.
|
CreateTokenRequest.Builder |
CreateTokenRequest.Builder.scope(Collection<String> scope) |
The list of scopes for which authorization is requested.
|
CreateTokenRequest.Builder |
CreateTokenRequest.toBuilder() |
|