We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca5507e + cdb8ed4 commit 2e8999eCopy full SHA for 2e8999e
spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc
@@ -303,6 +303,12 @@ spring:
303
- "phone"
304
- "address"
305
require-authorization-consent: true
306
+ token:
307
+ authorization-code-time-to-live: 5m
308
+ access-token-time-to-live: 10m
309
+ access-token-format: "reference"
310
+ reuse-refresh-tokens: false
311
+ refresh-token-time-to-live: 30m
312
my-client-2:
313
registration:
314
client-id: "efgh"
0 commit comments