CookieExpiration Class

The configuration settings of the session cookie's expiration.

Constructor

CookieExpiration()

Variables

Name Description
convention
Union[str, <xref:"CookieExpirationConvention">]

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

timeToExpiration
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 | CookieExpirationConvention

timeToExpiration

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

timeToExpiration: str