public static interface RefreshTokenRequestBody.Builder extends SdkPojo, CopyableBuilder<RefreshTokenRequestBody.Builder,RefreshTokenRequestBody>
| Modifier and Type | Method and Description |
|---|---|
RefreshTokenRequestBody.Builder |
token(String token)
The token to use to refresh a previously issued access token that might have expired.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRefreshTokenRequestBody.Builder token(String token)
The token to use to refresh a previously issued access token that might have expired.
token - The token to use to refresh a previously issued access token that might have expired.Copyright © 2022. All rights reserved.