fix oauth doc typo

Change-Id: Ic4ff44f2e62ee34e49c0f5e90e3eff83cc629703
Reviewed-on: https://gerrit.instructure.com/36475
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
This commit is contained in:
Brian Palmer 2014-06-16 10:08:48 -06:00
parent 1b6bb95425
commit 697f2d337c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Storing Tokens
-------------- --------------
When appropriate, applications should store the token locally, rather When appropriate, applications should store the token locally, rather
the requesting a new token for the same user each time the user uses the than requesting a new token for the same user each time the user uses the
application. If the token is deleted or expires, the application will application. If the token is deleted or expires, the application will
get a 401 Unauthorized error from the API, in which case the application should get a 401 Unauthorized error from the API, in which case the application should
perform the OAuth flow again to receive a new token. You can differentiate this perform the OAuth flow again to receive a new token. You can differentiate this