CookieExpiration Class

The configuration settings of the session cookie's expiration.

Constructor

CookieExpiration(*args: Any, **kwargs: Any)

Variables

Name Description
convention

The convention used when determining the session cookie's expiration. Known values are: "FixedTime" and "IdentityProviderDerived".

time_to_expiration
str

The time after the request is made when the session cookie should expire.

Attributes

convention

The convention used when determining the session cookie's expiration. Known values are: "FixedTime" and "IdentityProviderDerived".

convention: str | _models.CookieExpirationConvention | None

time_to_expiration

The time after the request is made when the session cookie should expire.

time_to_expiration: str | None