public static interface ExchangeCodeForTokenRequestBody.Builder extends SdkPojo, CopyableBuilder<ExchangeCodeForTokenRequestBody.Builder,ExchangeCodeForTokenRequestBody>
| Modifier and Type | Method and Description |
|---|---|
ExchangeCodeForTokenRequestBody.Builder |
clientId(String clientId)
The ID of the client to request the token from.
|
ExchangeCodeForTokenRequestBody.Builder |
code(String code)
The access code to send in the request.
|
ExchangeCodeForTokenRequestBody.Builder |
redirectUri(String redirectUri)
The location of the application that will receive the access code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExchangeCodeForTokenRequestBody.Builder code(String code)
The access code to send in the request.
code - The access code to send in the request.ExchangeCodeForTokenRequestBody.Builder redirectUri(String redirectUri)
The location of the application that will receive the access code.
redirectUri - The location of the application that will receive the access code.ExchangeCodeForTokenRequestBody.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.