Protected
_createProtected
_destroyProtected
_findProtected
_listProtected
_updateProtected
_updatePrivate
checkThe request parameters for the code exchange
Information about the Nylas application
Private
hashPKCESecretExchange a refresh token for an access token (and if rotation enabled refresh token as well)
The request parameters for the token exchange
Information about the Nylas application
Create a new authorization request and get a new unique login url. Used only for hosted authentication. This is the initial step requested from the server side to issue a new login url.
params to initiate hosted auth request
True if the request was successful
Private
urlBuild the URL for admin consent authentication for Microsoft
Configuration for the authentication process
The URL for hosted authentication
Build the URL for authenticating users to your application via Hosted Authentication
Configuration for the authentication process
The URL for hosted authentication
Build the URL for authenticating users to your application via Hosted Authentication with PKCE IMPORTANT: YOU WILL NEED TO STORE THE 'secret' returned to use it inside the CodeExchange flow
Configuration for the authentication process
The URL for hosted authentication
Validate and retrieve information about an access token
The access token
Information about the access token
Validate and retrieve information about an ID token
The ID token
Information about the ID token
Private
validateGenerated using TypeDoc
Exchange an authorization code for an access token