You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/oauth.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ Building your own authentication flow
139
139
140
140
You might want to build your own authentication flow. For example, you might
141
141
want to integrate your existing website with Drive API. In that case, you can
142
-
customize authentication flow as follwing:
142
+
customize an authentication flow as follows:
143
143
144
144
1. Get authentication Url from `GetAuthUrl()`_.
145
145
2. Ask users to visit the authentication Url and grant access to your application. Retrieve authentication code manually by user or automatically by building your own oauth2callback.
@@ -208,4 +208,4 @@ If we use OAuth client ID we need to do one manual login into the account with
0 commit comments