Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add InstalledAppFlow #128

Merged
merged 7 commits into from
Mar 22, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
Jon Wayne Parrott committed Mar 22, 2017
commit 3c2b70a721e312af30b7eaa75cc64720e6b5a282
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class InstalledAppFlow(Flow):

This flow has two strategies: The console strategy and the server strategy.

The console strategy instructs the user to open the authoriation URL
The console strategy instructs the user to open the authorization URL
in their browser. Once the authorization is complete the authorization
server will give the user a code. The user then most copy & paste this
code into the application. The code is then exchanged for a token.
Expand Down