Skip to content

Commit

Permalink
Fix OA2 consumer key typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Lemberg committed Apr 4, 2015
1 parent ed0bdf8 commit 6d73c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/overview/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Logging in with a Staff Account
To exchange the code for an access token, make a call to your **Access Token URL** (eg. ``https://your-company.checkfront.com/oauth/token/``) with the following parameters set:

+------------------+--------------------------------------------------------------------------------+
| **client_key** | *Should be sent as HTTP Basic credentials.* See :ref:`consumer-key-secret`. |
| **client_id** | *Should be sent as HTTP Basic credentials.* See :ref:`consumer-key-secret`. |
+------------------+--------------------------------------------------------------------------------+
| **client_secret**| *Should be sent as HTTP Basic credentials.* See :ref:`consumer-key-secret`. |
+------------------+--------------------------------------------------------------------------------+
Expand Down Expand Up @@ -179,7 +179,7 @@ After your current **access token** has expired, this token can be passed to cre
To exchange the the refresh token for a new access/refresh token pair, make a call to your **Access Token URL** (eg. ``https://your-company.checkfront.com/oauth/token/``) with the following parameters set:

+------------------+--------------------------------------------------------------------------------+
| **client_key** | *Should be sent as HTTP Basic credentials.* See :ref:`consumer-key-secret`. |
| **client_id** | *Should be sent as HTTP Basic credentials.* See :ref:`consumer-key-secret`. |
+------------------+--------------------------------------------------------------------------------+
| **client_secret**| *Should be sent as HTTP Basic credentials.* See :ref:`consumer-key-secret`. |
+------------------+--------------------------------------------------------------------------------+
Expand Down

0 comments on commit 6d73c17

Please sign in to comment.