public static interface RefreshTokenResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<RefreshTokenResponse.Builder,RefreshTokenResponse>
| Modifier and Type | Method and Description |
|---|---|
RefreshTokenResponse.Builder |
accessToken(String accessToken)
The access token.
|
RefreshTokenResponse.Builder |
expiresIn(Integer expiresIn)
The date and time when the new access token expires.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRefreshTokenResponse.Builder accessToken(String accessToken)
The access token.
accessToken - The access token.RefreshTokenResponse.Builder expiresIn(Integer expiresIn)
The date and time when the new access token expires.
expiresIn - The date and time when the new access token expires.Copyright © 2022. All rights reserved.