You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="(Optional) Time limit, between 5 minutes and 1 day, after which the access token is no longer valid and cannot be used. This value will be overridden if you have entered a value in 'default_client_token_validity_units'."
165
+
type=number
166
+
default=null
167
+
}
168
+
169
+
variable"default_client_id_token_validity" {
170
+
description="(Optional) Time limit, between 5 minutes and 1 day, after which the ID token is no longer valid and cannot be used. This value will be overridden if you have entered a value in 'default_client_token_validity_units'."
171
+
type=number
172
+
default=null
173
+
}
174
+
175
+
variable"default_client_token_validity_units" {
176
+
description="(Optional) Configuration block for units in which the validity times are represented in."
0 commit comments