CookieExpiration Class
The configuration settings of the session cookie's expiration.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelCookieExpiration
Constructor
CookieExpiration(*, convention: str | _models.CookieExpirationConvention | None = None, time_to_expiration: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
convention
|
The convention used when determining the session cookie's expiration. Known values are: "FixedTime" and "IdentityProviderDerived". |
time_to_expiration
|
The time after the request is made when the session cookie should expire. |
Variables
Name | Description |
---|---|
convention
|
The convention used when determining the session cookie's expiration. Known values are: "FixedTime" and "IdentityProviderDerived". |
time_to_expiration
|
The time after the request is made when the session cookie should expire. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python