useOidcMaxAge property
Only useful for OIDC apps.
When false, the OIDC max_age param, if passed in the authentication request will be ignored. When true, the re-auth period will be the minimum of the session_length field and the max_age OIDC param.
Optional.
Implementation
core.bool? useOidcMaxAge;