sessionLength property

String? sessionLength
getter/setter pair

The session length.

Setting this field to zero is equal to disabling session. Also can set infinite session by flipping the enabled bit to false below. If use_oidc_max_age is true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age param.

Optional.

Implementation

core.String? sessionLength;