Skip to content

Commit

Permalink
Update client.md (#521)
Browse files Browse the repository at this point in the history
TokenUsage has 2 enum values ReUse and OneTimeOnly
  • Loading branch information
dopeydwerg authored Sep 23, 2024
1 parent 7c1cb11 commit ebcff0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IdentityServer/v7/docs/content/reference/models/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public static IEnumerable<Client> 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.

Expand Down Expand Up @@ -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.
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.

0 comments on commit ebcff0e

Please sign in to comment.