Skip to content

Commit 51984f3

Browse files
author
Luca Degasperi
committed
Merge pull request #47 from maximebeaudoin/master
Added missing params to authroization_code grant type request
2 parents 2a96807 + 4e6a942 commit 51984f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ POST https://www.example.com/oauth/access_token?
136136
grant_type=authorization_code&
137137
client_id=the_client_id&
138138
client_secret=the_client_secret&
139+
redirect_uri=client_redirect_uri&
140+
code=the_authorization_code&
139141
scope=scope1,scope2&
140142
state=123456789
141143
```

0 commit comments

Comments
 (0)