File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
57
57
# On a local machine, this script will run even without a public callback URI.
58
58
# But in reality the user is never on the same computer with the server. To
59
- # enablre remote user access, an Ngrok public URI has be used instead of the
59
+ # enable remote user access, an Ngrok public URI has to be used instead of the
60
60
# local URI.
61
61
# Uncomment the lines below to automatically get the public URI from
62
62
# ngrok and use it instead of the local one. This public URI must also be
@@ -112,7 +112,7 @@ def auth():
112
112
# This happens on the provider side.
113
113
114
114
115
- # OAuth Step 3 - Receive authoriation code and obtain access token.
115
+ # OAuth Step 3 - Receive authorization code and obtain access token.
116
116
# The user has been redirected back from the provider to your registered
117
117
# callback URI. With this request comes an authorization code included in the
118
118
# redirect URI. We will use that code to obtain an access token. The access
@@ -176,7 +176,7 @@ def callback():
176
176
177
177
# 3.
178
178
# Alternatively, can use requests to exchange authorization code to access
179
- # token without usung the Webex SDK. Useful if your authorization process is
179
+ # token without using the Webex SDK. Useful if your authorization process is
180
180
# separate from the token usage. Save tokens somewhere for later use.
181
181
# oauth_data = {
182
182
# 'grant_type': "authorization_code",
You can’t perform that action at this time.
0 commit comments