Code Exchange Request
Class representation of a Nylas code exchange request
Constructors
Types
A builder for creating a CodeExchangeRequest.
Properties
Client secret of the application. If not provided, the API Key will be used instead.
The original plain text code verifier (code_challenge) used in the initial authorization request (PKCE).
Should match the same redirect URI that was used for getting the code during the initial authorization request.
Functions
Client ID of the application.
Client secret of the application. If not provided, the API Key will be used instead.
The original plain text code verifier (code_challenge) used in the initial authorization request (PKCE).
Should match the same redirect URI that was used for getting the code during the initial authorization request.
Client ID of the application.
Client secret of the application. If not provided, the API Key will be used instead.