Package com.ringcentral.definitions
Class AuthCodeTokenRequest
java.lang.Object
com.ringcentral.definitions.AuthCodeTokenRequest
Token endpoint request parameters used in the "Authorization Code" and "Authorization code with PKCE" flows
with the `authorization_code` grant type
-
Field Summary
FieldsModifier and TypeFieldDescriptionFor `authorization_code` grant type only.For `authorization_code` grant type only.Grant type Required Enum: authorization_codeFor `authorization_code` grant type only. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode_verifier(String code_verifier) grant_type(String grant_type) redirect_uri(String redirect_uri)
-
Field Details
-
grant_type
Grant type Required Enum: authorization_code -
code
For `authorization_code` grant type only. User's authorization code Required -
redirect_uri
For `authorization_code` grant type only. This is a callback URI which determines where the response is sent. The value of this parameter must exactly match one of the URIs you have provided for your app upon registration Format: uri -
code_verifier
For `authorization_code` grant type only. The code verifier as defined by the PKCE specification - [RFC-7636 "Proof Key for Code Exchange by OAuth Public Clients"](https://datatracker.ietf.org/doc/html/rfc7636)
-
-
Constructor Details
-
AuthCodeTokenRequest
public AuthCodeTokenRequest()
-
-
Method Details
-
grant_type
-
code
-
redirect_uri
-
code_verifier
-