| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ExchangeCodeForTokenRequestBody |
ExchangeCodeForTokenRequestBody.clone() |
ExchangeCodeForTokenRequestBody |
ExchangeCodeForTokenRequest.getRequest()
Describes the configuration of the request.
|
ExchangeCodeForTokenRequestBody |
ExchangeCodeForTokenRequestBody.withClientId(String clientId)
The ID of the client to request the token from.
|
ExchangeCodeForTokenRequestBody |
ExchangeCodeForTokenRequestBody.withCode(String code)
The access code to send in the request.
|
ExchangeCodeForTokenRequestBody |
ExchangeCodeForTokenRequestBody.withRedirectUri(String redirectUri)
The location of the application that will receive the access code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExchangeCodeForTokenRequest.setRequest(ExchangeCodeForTokenRequestBody request)
Describes the configuration of the request.
|
ExchangeCodeForTokenRequest |
ExchangeCodeForTokenRequest.withRequest(ExchangeCodeForTokenRequestBody request)
Describes the configuration of the request.
|
Copyright © 2024. All rights reserved.