Refactor common code from google.oauth2.flow to google.oauth2.oauthlib#106
Refactor common code from google.oauth2.flow to google.oauth2.oauthlib#106
Conversation
| google.oauth2.oauthlib module | ||
| ============================= | ||
|
|
||
| .. automodule:: google.oauth2.oauthlib |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
google/oauth2/oauthlib.py
Outdated
| @@ -0,0 +1,142 @@ | |||
| # Copyright 2016 Google Inc. | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| def session_from_client_config(client_config, scopes, **kwargs): | ||
| """Creates a :class:`requests_oauthlib.OAuth2Session` from client | ||
| configuration loaded from a Google-format client secrets file. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
No description provided.