SessionCookieOptions interface Stay organized with collections Save and categorize content based on your preferences.
Interface representing the session cookie options needed for theBaseAuth.createSessionCookie() method.
Signature:
exportinterfaceSessionCookieOptionsProperties
| Property | Type | Description |
|---|---|---|
| expiresIn | number | The session cookie custom expiration in milliseconds. The minimum allowed is 5 minutes and the maxium allowed is 2 weeks. |
SessionCookieOptions.expiresIn
The session cookie custom expiration in milliseconds. The minimum allowed is 5 minutes and the maxium allowed is 2 weeks.
Signature:
expiresIn:number;Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.