You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This addition allows the OAuth flow to include the access_type parameter, which can be used to specify the type of access requested (e.g., offline access for refresh tokens).
The text was updated successfully, but these errors were encountered:
We would like to add the following line to the authorization URL in the existing code:
access_type: config.accessType,
This needs to be included in the client.authorizationUrl() function call in the authorize or connect steps, as shown below:
This addition allows the OAuth flow to include the access_type parameter, which can be used to specify the type of access requested (e.g., offline access for refresh tokens).
The text was updated successfully, but these errors were encountered: