public static interface ExchangeCodeForTokenRequestBody.Builder extends SdkPojo, CopyableBuilder<ExchangeCodeForTokenRequestBody.Builder,ExchangeCodeForTokenRequestBody>
| Modifier and Type | Method and Description |
|---|---|
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.Copyright © 2022. All rights reserved.