| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ExchangeCodeForTokenResponse.Builder |
ExchangeCodeForTokenResponse.Builder.accessToken(String accessToken)
The access token.
|
static ExchangeCodeForTokenResponse.Builder |
ExchangeCodeForTokenResponse.builder() |
ExchangeCodeForTokenResponse.Builder |
ExchangeCodeForTokenResponse.Builder.expiresIn(Integer expiresIn)
The date and time when the new access token expires.
|
ExchangeCodeForTokenResponse.Builder |
ExchangeCodeForTokenResponse.Builder.refreshToken(String refreshToken)
The token to use to refresh a previously issued access token that might have expired.
|
ExchangeCodeForTokenResponse.Builder |
ExchangeCodeForTokenResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExchangeCodeForTokenResponse.Builder> |
ExchangeCodeForTokenResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.