Open Perun108 opened 4 months ago
python --version
pip --version
google-auth-oauthlib
pip show google-auth-oauthlib
None
client_config = { "web": { "client_id": YOUR_CLIENT_ID, "client_secret": YOUR_CLIENT_SECRET, "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://oauth2.googleapis.com/token", "redirect_uris": [redirect_uri], } } flow = Flow.from_client_config( client_config, scopes=scopes, redirect_uri=redirect_uri) url, gen_state = flow.authorization_url(prompt="consent select_account", state=state) >>>flow.code_verifier is None >>>True
# example
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
Environment details
python --version
Python 3.11.4pip --version
23.1.2google-auth-oauthlib
version:pip show google-auth-oauthlib
1.1.0Steps to reproduce
None
Code example
Stack trace
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!