File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ The Client Application must make the following request in order to facilitate th
67
67
URL : https://augur.example.com/api/unstable/user/session/generate
68
68
arguments :
69
69
code : [the temporary authorization code]
70
- grand_type : " code"
70
+ grant_type : " code"
71
71
headers :
72
72
Authorization : Client [your client secret]
73
73
@@ -101,7 +101,7 @@ The application may also attempt automatic reauthorization using the previously
101
101
URL : https://augur.example.com/api/unstable/user/session/refresh
102
102
arguments :
103
103
refresh_token : [the previously provided refresh token]
104
- grand_type : " refresh_token"
104
+ grant_type : " refresh_token"
105
105
headers :
106
106
Authorization : Client [your client secret]
107
107
You can’t perform that action at this time.
0 commit comments