expo auth google

Please provide the following:

  1. SDK Version:46
  2. Platforms(Android/iOS/web/all):Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

i have used expo-auth-session/providers/google for authentication
Using same value for scheme and android.package in app.json
expo run:android to test in custom dev client it does redirect to login page after that when it redirects back to app i get following error
Possible Unhandled Promise Rejection (id: 7):
Error: The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.
More info: Invalid code verifier.
I am on sdk 46 expo managed workflow

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.