Interface TokenExchangeRequest

Interface of a Nylas token exchange request

Hierarchy

  • TokenExchangeRequest

Properties

clientId: string

Client ID of the application.

clientSecret?: string

Client secret of the application. If not provided, the API Key will be used instead.

redirectUri: string

Should match the same redirect URI that was used for getting the code during the initial authorization request.

refreshToken: string

Token to refresh/request your short-lived access token

Generated using TypeDoc