| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static ExchangeCodeForTokenRequestBody.Builder |
ExchangeCodeForTokenRequestBody.builder() |
ExchangeCodeForTokenRequestBody.Builder |
ExchangeCodeForTokenRequestBody.Builder.clientId(String clientId)
The ID of the client to request the token from.
|
ExchangeCodeForTokenRequestBody.Builder |
ExchangeCodeForTokenRequestBody.Builder.code(String code)
The access code to send in the request.
|
ExchangeCodeForTokenRequestBody.Builder |
ExchangeCodeForTokenRequestBody.Builder.redirectUri(String redirectUri)
The location of the application that will receive the access code.
|
ExchangeCodeForTokenRequestBody.Builder |
ExchangeCodeForTokenRequestBody.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExchangeCodeForTokenRequestBody.Builder> |
ExchangeCodeForTokenRequestBody.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExchangeCodeForTokenRequest.Builder |
ExchangeCodeForTokenRequest.Builder.request(Consumer<ExchangeCodeForTokenRequestBody.Builder> request)
Describes the configuration of the request.
|
Copyright © 2023. All rights reserved.