Skip to content

Commit

Permalink
Renaming of files
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 21, 2020
1 parent c9ee0de commit ddf8f7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/google/base.py
Expand Up @@ -50,7 +50,7 @@
base URL value is provided to the constructor """

LOGIN_URL = "https://accounts.google.com/o/"
""" Default base url that is going to be used for the
""" Default base URL that is going to be used for the
login part of the specification, the oauth login basis """

TEMPLATE_URL = "https://%s.googleapis.com/"
Expand All @@ -59,15 +59,15 @@

CLIENT_ID = None
""" The default value to be used for the client id
in case no client id is provided to the api client """
in case no client id is provided to the API client """

CLIENT_SECRET = None
""" The secret value to be used for situations where
no client secret has been provided to the client """

REDIRECT_URL = "http://localhost:8080/oauth"
""" The redirect url used as default (fallback) value
in case none is provided to the api (client) """
""" The redirect URL used as default (fallback) value
in case none is provided to the API (client) """

SCOPE = (
"email",
Expand Down

0 comments on commit ddf8f7f

Please sign in to comment.