Skip to content

Commit

Permalink
New naming of OAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 21, 2020
1 parent 21a8362 commit 7a8b365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appier/api.py
Expand Up @@ -327,7 +327,7 @@ def logger(self):

class OAuthAPI(API):
"""
Abstract class for the implementation of oauth based
Abstract class for the implementation of OAuth based
infra-structure, should expose a series of utilities
for the authentication using oauth.
Expand All @@ -341,7 +341,7 @@ class OAuthAPI(API):
it and ensuring a complete authentication """

OAUTH_MODE = 2
""" The oauth client mode where the set of permissions
""" The OAuth client mode where the set of permissions
(scope) is authorized on behalf on an already authenticated
user using a web agent (recommended mode) """

Expand Down

0 comments on commit 7a8b365

Please sign in to comment.