We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9046f04 commit 23d7867Copy full SHA for 23d7867
integration_tests/samples/oauth/oauth_v2.py
@@ -97,7 +97,7 @@ def oauth_callback():
97
state = request.args["state"]
98
if state_service.consume(state):
99
code = request.args["code"]
100
- client = WebClient() # not prepared token needed for this app
+ client = WebClient() # no prepared token needed for this app
101
response = client.oauth_v2_access(
102
client_id=client_id,
103
client_secret=client_secret,
0 commit comments