-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
google oauth2 refresh token #62
Comments
does this work?
I don't fully understand the |
Thanks for the fast answer. This is my first project with rust.
|
oh I see. I think what you want to do here is clone the refresh token since
|
Thanks for your help |
Hello, thanks for the library.
I encounter a problem. I'm making a cmd line app who use googlecloudapi. I want to cache the token and refresh it each time the app is launched.
My problem is google do not send a new refresh_token or the previous one when you renew. So the lib erase the old refresh_token field. So my idea was to manually call
set_refresh_token
but I can't access the refresh_token field.Call result
The text was updated successfully, but these errors were encountered: