public static interface RefreshTokenRequestBody.Builder extends SdkPojo, CopyableBuilder<RefreshTokenRequestBody.Builder,RefreshTokenRequestBody>
| Modifier and Type | Method and Description |
|---|---|
RefreshTokenRequestBody.Builder |
clientId(String clientId)
The ID of the client to request the token from.
|
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.RefreshTokenRequestBody.Builder clientId(String clientId)
The ID of the client to request the token from.
clientId - The ID of the client to request the token from.Copyright © 2023. All rights reserved.