Skip to content

Commit

Permalink
Table in oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Sep 10, 2020
1 parent ecf0000 commit ea066cb
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions oauth2-api/authorization-code-grant-flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,15 @@ The REST endpoint to be used is:
The form parameters to be sent within the body of the request are:

client_id Client application name (required).
client_secret Client application secret key (required).
grant_type The expected value is: authorization_code (required).
code The authorization code from the Step 1 (required).
redirect_uri Must match the originally submitted URI (if one was sent).
==================================== ===================
Parameter Description
==================================== ===================
``client_id`` Client application name (required).
``client_secret`` Client application secret key (required).
``grant_type`` The expected value is: authorization_code (required).
``code`` The authorization code from the Step 1 (required).
``redirect_uri`` Must match the originally submitted URI (if one was sent).
==================================== ===================

Response
~~~~~~~~
Expand Down

0 comments on commit ea066cb

Please sign in to comment.