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.

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