From 62d4177e3f95164f97dc1ecaf233a27f22713f6d Mon Sep 17 00:00:00 2001 From: Cor van Doorn Date: Mon, 23 Sep 2024 15:24:15 +0200 Subject: [PATCH] Update client.md TokenUsage has 2 enum values ReUse and OneTimeOnly --- IdentityServer/v7/docs/content/reference/models/client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IdentityServer/v7/docs/content/reference/models/client.md b/IdentityServer/v7/docs/content/reference/models/client.md index db89cf42..f85bfc71 100644 --- a/IdentityServer/v7/docs/content/reference/models/client.md +++ b/IdentityServer/v7/docs/content/reference/models/client.md @@ -216,7 +216,7 @@ public static IEnumerable Get() the refresh token handle will stay the same when refreshing tokens - * ***OneTime*** + * ***OneTimeOnly*** the refresh token handle will be updated when refreshing tokens. This is the default. @@ -321,4 +321,4 @@ Added in 7.0.0 * ***PushedAuthorizationLifetime*** - Controls the lifetime of pushed authorization requests for a client. If this lifetime is set, it takes precedence over the global configuration. This defaults to *null*, which means the global configuration is used. \ No newline at end of file + Controls the lifetime of pushed authorization requests for a client. If this lifetime is set, it takes precedence over the global configuration. This defaults to *null*, which means the global configuration is used.