-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support approval_prompt: force
to get new refresh_token
#124
Comments
This can be achieved like so: // generate consent page url
var url = oauth2Client.generateAuthUrl({
access_type: 'offline', // will return a refresh token
scope: 'https://www.googleapis.com/auth/calendar',
approval_prompt: 'force'
}); |
yoshi-automation
added
🚨
This issue needs some love.
triage me
I really want to be triaged.
labels
Apr 6, 2020
This was referenced Jun 20, 2023
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#104
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#105
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#106
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#107
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#108
Open
This was referenced Jun 21, 2023
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#110
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#111
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#112
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#113
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#114
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#115
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#116
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#117
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#118
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#119
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#120
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#121
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#122
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be awesome if this were supported:
The text was updated successfully, but these errors were encountered: