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:
parent
1b6bb95425
commit
697f2d337c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue