-
Notifications
You must be signed in to change notification settings - Fork 121
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
Failed assertion when doing clientViaUserConsent #26
Comments
This issue should probably moved to package:googleapis_auth. The assertion is correct in the sense that the oauth2 access token you got back will most likely only be valid for 1h and expire afterwards. Getting a refresh token from the server allows the returned The real question is why the server hasn't returned the refresh token in the first place. |
This issue was moved to dart-archive/googleapis_auth#26 |
When doing a
clientViaUserConsent
I get the following assertion error:When running without assertions, the code seems to work.
The text was updated successfully, but these errors were encountered: