Merge pull request #45019 from ngocnhan-tran1996

* pr/45019:
  Add the use of token properties in documentation

Closes gh-45019
This commit is contained in:
Phillip Webb
2025-04-08 12:02:33 -07:00

View File

@@ -303,6 +303,12 @@ spring:
- "phone"
- "address"
require-authorization-consent: true
token:
authorization-code-time-to-live: 5m
access-token-time-to-live: 10m
access-token-format: "reference"
reuse-refresh-tokens: false
refresh-token-time-to-live: 30m
my-client-2:
registration:
client-id: "efgh"