Code
    Class representation of a Nylas code exchange response
Constructors
Link copied to clipboard
                  public CodeExchangeResponse CodeExchangeResponse(@Json(name = "access_token"
Properties
Link copied to clipboard
                  Supports exchanging the code for tokens, or refreshing an access token using Auth.refreshAccessToken.
Link copied to clipboard
                  Only returned if the code was requested using AccessType.OFFLINE.
Functions
Link copied to clipboard
                  Supports exchanging the code for tokens, or refreshing an access token using Auth.refreshAccessToken.
Link copied to clipboard
                  The remaining lifetime of the access token in seconds.
Link copied to clipboard
                  Nylas grant ID that is now successfully created.
Link copied to clipboard
                  A JWT that contains identity information about the user that is digitally signed by Nylas.
Link copied to clipboard
                  Only returned if the code was requested using AccessType.OFFLINE.
Link copied to clipboard
                  Currently always Bearer.