public static interface AuthRequest.Builder extends SdkPojo, CopyableBuilder<AuthRequest.Builder,AuthRequest>
| Modifier and Type | Method and Description |
|---|---|
AuthRequest.Builder |
code(String code)
The authorization code returned by the application after permission is granted in the application OAuth page
(after clicking on the AuthURL).
|
AuthRequest.Builder |
redirectUri(String redirectUri)
The redirect URL that is specified in the AuthURL and the application client.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthRequest.Builder redirectUri(String redirectUri)
The redirect URL that is specified in the AuthURL and the application client.
redirectUri - The redirect URL that is specified in the AuthURL and the application client.AuthRequest.Builder code(String code)
The authorization code returned by the application after permission is granted in the application OAuth page (after clicking on the AuthURL).
code - The authorization code returned by the application after permission is granted in the application
OAuth page (after clicking on the AuthURL).Copyright © 2023. All rights reserved.