SessionSettings
import type { SessionSettings } from "https://googleapis.deno.dev/v1/accesscontextmanager:v1.ts";
Stores settings related to Google Cloud Session Length including session duration, the type of challenge (i.e. method) they should face when their session expires, and other related settings.
§Properties
Optional. How long a user is allowed to take between actions before a new access token must be issued. Only set for Google Cloud apps.
Optional. 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. This field enables or disables Google Cloud session length. When false, all fields set above will be disregarded and the session length is basically infinite.