Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
add default for refresh token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Dec 19, 2017
1 parent e8c0bf3 commit 2d4fc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Token
``RefreshTokenUsage``
``ReUse`` the refresh token handle will stay the same when refreshing tokens

``OneTime`` the refresh token handle will be updated when refreshing tokens
``OneTime`` the refresh token handle will be updated when refreshing tokens. This is the default.
``RefreshTokenExpiration``
``Absolute`` the refresh token will expire on a fixed point in time (specified by the AbsoluteRefreshTokenLifetime)

Expand Down

0 comments on commit 2d4fc66

Please sign in to comment.