Skip to content

Commit 0882fde

Browse files
committed
Sync documentation of main branch
1 parent 1983c6c commit 0882fde

File tree

3 files changed

+108
-6
lines changed

3 files changed

+108
-6
lines changed

_generated-doc/main/config/quarkus-all-config.adoc

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57931,7 +57931,7 @@ a| [[quarkus-oidc-client_quarkus-oidc-client-refresh-token-time-skew]] [.propert
5793157931

5793257932
[.description]
5793357933
--
57934-
Refresh token time skew in seconds. If this property is enabled then the configured number of seconds is added to the current time when checking whether the access token should be refreshed. If the sum is greater than this access token's expiration time then a refresh is going to happen.
57934+
Refresh token time skew. If this property is enabled then the configured duration is converted to seconds and is added to the current time when checking whether the access token should be refreshed. If the sum is greater than this access token's expiration time then a refresh is going to happen.
5793557935

5793657936

5793757937
ifdef::add-copy-button-to-env-var[]
@@ -57944,6 +57944,23 @@ endif::add-copy-button-to-env-var[]
5794457944
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
5794557945
|
5794657946

57947+
a| [[quarkus-oidc-client_quarkus-oidc-client-access-token-expires-in]] [.property-path]##`quarkus.oidc-client.access-token-expires-in`##
57948+
57949+
[.description]
57950+
--
57951+
Access token expiration period relative to the current time. This property is only checked when an access token grant response does not include an access token expiration property.
57952+
57953+
57954+
ifdef::add-copy-button-to-env-var[]
57955+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_CLIENT_ACCESS_TOKEN_EXPIRES_IN+++[]
57956+
endif::add-copy-button-to-env-var[]
57957+
ifndef::add-copy-button-to-env-var[]
57958+
Environment variable: `+++QUARKUS_OIDC_CLIENT_ACCESS_TOKEN_EXPIRES_IN+++`
57959+
endif::add-copy-button-to-env-var[]
57960+
--
57961+
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
57962+
|
57963+
5794757964
a| [[quarkus-oidc-client_quarkus-oidc-client-absolute-expires-in]] [.property-path]##`quarkus.oidc-client.absolute-expires-in`##
5794857965

5794957966
[.description]
@@ -58875,7 +58892,7 @@ a| [[quarkus-oidc-client_quarkus-oidc-client-id-refresh-token-time-skew]] [.prop
5887558892

5887658893
[.description]
5887758894
--
58878-
Refresh token time skew in seconds. If this property is enabled then the configured number of seconds is added to the current time when checking whether the access token should be refreshed. If the sum is greater than this access token's expiration time then a refresh is going to happen.
58895+
Refresh token time skew. If this property is enabled then the configured duration is converted to seconds and is added to the current time when checking whether the access token should be refreshed. If the sum is greater than this access token's expiration time then a refresh is going to happen.
5887958896

5888058897

5888158898
ifdef::add-copy-button-to-env-var[]
@@ -58888,6 +58905,23 @@ endif::add-copy-button-to-env-var[]
5888858905
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
5888958906
|
5889058907

58908+
a| [[quarkus-oidc-client_quarkus-oidc-client-id-access-token-expires-in]] [.property-path]##`quarkus.oidc-client."id".access-token-expires-in`##
58909+
58910+
[.description]
58911+
--
58912+
Access token expiration period relative to the current time. This property is only checked when an access token grant response does not include an access token expiration property.
58913+
58914+
58915+
ifdef::add-copy-button-to-env-var[]
58916+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_CLIENT__ID__ACCESS_TOKEN_EXPIRES_IN+++[]
58917+
endif::add-copy-button-to-env-var[]
58918+
ifndef::add-copy-button-to-env-var[]
58919+
Environment variable: `+++QUARKUS_OIDC_CLIENT__ID__ACCESS_TOKEN_EXPIRES_IN+++`
58920+
endif::add-copy-button-to-env-var[]
58921+
--
58922+
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
58923+
|
58924+
5889158925
a| [[quarkus-oidc-client_quarkus-oidc-client-id-absolute-expires-in]] [.property-path]##`quarkus.oidc-client."id".absolute-expires-in`##
5889258926

5889358927
[.description]

_generated-doc/main/config/quarkus-oidc-client.adoc

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ a| [[quarkus-oidc-client_quarkus-oidc-client-refresh-token-time-skew]] [.propert
799799

800800
[.description]
801801
--
802-
Refresh token time skew in seconds. If this property is enabled then the configured number of seconds is added to the current time when checking whether the access token should be refreshed. If the sum is greater than this access token's expiration time then a refresh is going to happen.
802+
Refresh token time skew. If this property is enabled then the configured duration is converted to seconds and is added to the current time when checking whether the access token should be refreshed. If the sum is greater than this access token's expiration time then a refresh is going to happen.
803803

804804

805805
ifdef::add-copy-button-to-env-var[]
@@ -812,6 +812,23 @@ endif::add-copy-button-to-env-var[]
812812
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
813813
|
814814

815+
a| [[quarkus-oidc-client_quarkus-oidc-client-access-token-expires-in]] [.property-path]##`quarkus.oidc-client.access-token-expires-in`##
816+
817+
[.description]
818+
--
819+
Access token expiration period relative to the current time. This property is only checked when an access token grant response does not include an access token expiration property.
820+
821+
822+
ifdef::add-copy-button-to-env-var[]
823+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_CLIENT_ACCESS_TOKEN_EXPIRES_IN+++[]
824+
endif::add-copy-button-to-env-var[]
825+
ifndef::add-copy-button-to-env-var[]
826+
Environment variable: `+++QUARKUS_OIDC_CLIENT_ACCESS_TOKEN_EXPIRES_IN+++`
827+
endif::add-copy-button-to-env-var[]
828+
--
829+
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
830+
|
831+
815832
a| [[quarkus-oidc-client_quarkus-oidc-client-absolute-expires-in]] [.property-path]##`quarkus.oidc-client.absolute-expires-in`##
816833

817834
[.description]
@@ -1743,7 +1760,7 @@ a| [[quarkus-oidc-client_quarkus-oidc-client-id-refresh-token-time-skew]] [.prop
17431760

17441761
[.description]
17451762
--
1746-
Refresh token time skew in seconds. If this property is enabled then the configured number of seconds is added to the current time when checking whether the access token should be refreshed. If the sum is greater than this access token's expiration time then a refresh is going to happen.
1763+
Refresh token time skew. If this property is enabled then the configured duration is converted to seconds and is added to the current time when checking whether the access token should be refreshed. If the sum is greater than this access token's expiration time then a refresh is going to happen.
17471764

17481765

17491766
ifdef::add-copy-button-to-env-var[]
@@ -1756,6 +1773,23 @@ endif::add-copy-button-to-env-var[]
17561773
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
17571774
|
17581775

1776+
a| [[quarkus-oidc-client_quarkus-oidc-client-id-access-token-expires-in]] [.property-path]##`quarkus.oidc-client."id".access-token-expires-in`##
1777+
1778+
[.description]
1779+
--
1780+
Access token expiration period relative to the current time. This property is only checked when an access token grant response does not include an access token expiration property.
1781+
1782+
1783+
ifdef::add-copy-button-to-env-var[]
1784+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_CLIENT__ID__ACCESS_TOKEN_EXPIRES_IN+++[]
1785+
endif::add-copy-button-to-env-var[]
1786+
ifndef::add-copy-button-to-env-var[]
1787+
Environment variable: `+++QUARKUS_OIDC_CLIENT__ID__ACCESS_TOKEN_EXPIRES_IN+++`
1788+
endif::add-copy-button-to-env-var[]
1789+
--
1790+
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
1791+
|
1792+
17591793
a| [[quarkus-oidc-client_quarkus-oidc-client-id-absolute-expires-in]] [.property-path]##`quarkus.oidc-client."id".absolute-expires-in`##
17601794

17611795
[.description]

_generated-doc/main/config/quarkus-oidc-client_quarkus.oidc-client.adoc

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ a| [[quarkus-oidc-client_quarkus-oidc-client-refresh-token-time-skew]] [.propert
799799

800800
[.description]
801801
--
802-
Refresh token time skew in seconds. If this property is enabled then the configured number of seconds is added to the current time when checking whether the access token should be refreshed. If the sum is greater than this access token's expiration time then a refresh is going to happen.
802+
Refresh token time skew. If this property is enabled then the configured duration is converted to seconds and is added to the current time when checking whether the access token should be refreshed. If the sum is greater than this access token's expiration time then a refresh is going to happen.
803803

804804

805805
ifdef::add-copy-button-to-env-var[]
@@ -812,6 +812,23 @@ endif::add-copy-button-to-env-var[]
812812
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
813813
|
814814

815+
a| [[quarkus-oidc-client_quarkus-oidc-client-access-token-expires-in]] [.property-path]##`quarkus.oidc-client.access-token-expires-in`##
816+
817+
[.description]
818+
--
819+
Access token expiration period relative to the current time. This property is only checked when an access token grant response does not include an access token expiration property.
820+
821+
822+
ifdef::add-copy-button-to-env-var[]
823+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_CLIENT_ACCESS_TOKEN_EXPIRES_IN+++[]
824+
endif::add-copy-button-to-env-var[]
825+
ifndef::add-copy-button-to-env-var[]
826+
Environment variable: `+++QUARKUS_OIDC_CLIENT_ACCESS_TOKEN_EXPIRES_IN+++`
827+
endif::add-copy-button-to-env-var[]
828+
--
829+
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
830+
|
831+
815832
a| [[quarkus-oidc-client_quarkus-oidc-client-absolute-expires-in]] [.property-path]##`quarkus.oidc-client.absolute-expires-in`##
816833

817834
[.description]
@@ -1743,7 +1760,7 @@ a| [[quarkus-oidc-client_quarkus-oidc-client-id-refresh-token-time-skew]] [.prop
17431760

17441761
[.description]
17451762
--
1746-
Refresh token time skew in seconds. If this property is enabled then the configured number of seconds is added to the current time when checking whether the access token should be refreshed. If the sum is greater than this access token's expiration time then a refresh is going to happen.
1763+
Refresh token time skew. If this property is enabled then the configured duration is converted to seconds and is added to the current time when checking whether the access token should be refreshed. If the sum is greater than this access token's expiration time then a refresh is going to happen.
17471764

17481765

17491766
ifdef::add-copy-button-to-env-var[]
@@ -1756,6 +1773,23 @@ endif::add-copy-button-to-env-var[]
17561773
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
17571774
|
17581775

1776+
a| [[quarkus-oidc-client_quarkus-oidc-client-id-access-token-expires-in]] [.property-path]##`quarkus.oidc-client."id".access-token-expires-in`##
1777+
1778+
[.description]
1779+
--
1780+
Access token expiration period relative to the current time. This property is only checked when an access token grant response does not include an access token expiration property.
1781+
1782+
1783+
ifdef::add-copy-button-to-env-var[]
1784+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_CLIENT__ID__ACCESS_TOKEN_EXPIRES_IN+++[]
1785+
endif::add-copy-button-to-env-var[]
1786+
ifndef::add-copy-button-to-env-var[]
1787+
Environment variable: `+++QUARKUS_OIDC_CLIENT__ID__ACCESS_TOKEN_EXPIRES_IN+++`
1788+
endif::add-copy-button-to-env-var[]
1789+
--
1790+
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
1791+
|
1792+
17591793
a| [[quarkus-oidc-client_quarkus-oidc-client-id-absolute-expires-in]] [.property-path]##`quarkus.oidc-client."id".absolute-expires-in`##
17601794

17611795
[.description]

0 commit comments

Comments
 (0)