Skip to content

Commit 5035c4b

Browse files
committed
Fix lethal typo in OAuth flow: "grant" has no D.
Signed-off-by: Seltyk <[email protected]>
1 parent 506f501 commit 5035c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/login.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The Client Application must make the following request in order to facilitate th
6767
URL: https://augur.example.com/api/unstable/user/session/generate
6868
arguments:
6969
code: [the temporary authorization code]
70-
grand_type: "code"
70+
grant_type: "code"
7171
headers:
7272
Authorization: Client [your client secret]
7373
@@ -101,7 +101,7 @@ The application may also attempt automatic reauthorization using the previously
101101
URL: https://augur.example.com/api/unstable/user/session/refresh
102102
arguments:
103103
refresh_token: [the previously provided refresh token]
104-
grand_type: "refresh_token"
104+
grant_type: "refresh_token"
105105
headers:
106106
Authorization: Client [your client secret]
107107

0 commit comments

Comments
 (0)