Skip to content

Commit

Permalink
Merge pull request #30 from TACC-Cloud/refresh_token
Browse files Browse the repository at this point in the history
Refresh token
  • Loading branch information
tacc-afields committed May 28, 2020
2 parents 0c93a39 + 5fa8138 commit a2eea36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/agave/guides/authorization/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,10 @@ Once you have a valid access token, you can include it in ``Authorization`` head

.. code-block:: bash
curl -sku "Authorization: Basic Qt3c...Rm1y="
-d grant_type=refresh_token
-d refresh_token=d77c...Sacf
https://api.tacc.utexas.edu/token
curl -u $key:$secret
-d grant_type=refresh_token
-d refresh_token=$refresh
https://api.tacc.utexas.edu/token
..
Expand Down

0 comments on commit a2eea36

Please sign in to comment.