From 2d4fc66f4f0e3ac308228ad0c497cb85611a3405 Mon Sep 17 00:00:00 2001 From: Brock Allen Date: Tue, 19 Dec 2017 10:51:33 -0500 Subject: [PATCH] add default for refresh token usage --- docs/reference/client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/client.rst b/docs/reference/client.rst index 35a10b4de0..0e6bd2e33b 100644 --- a/docs/reference/client.rst +++ b/docs/reference/client.rst @@ -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)