SessionCookieOptions interface
Stay organized with collections
Save and categorize content based on your preferences.
Interface representing the session cookie options needed for the BaseAuth.createSessionCookie() method.
Signature:
export interface SessionCookieOptions
Properties
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 the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["# SessionCookieOptions interface\n\nInterface representing the session cookie options needed for the [BaseAuth.createSessionCookie()](./firebase-admin.auth.baseauth.md#baseauthcreatesessioncookie) method.\n\n**Signature:** \n\n export interface SessionCookieOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------------------|--------|---------------------------------------------------------------------------------------------------------------------------|\n| [expiresIn](./firebase-admin.auth.sessioncookieoptions.md#sessioncookieoptionsexpiresin) | number | The session cookie custom expiration in milliseconds. The minimum allowed is 5 minutes and the maxium allowed is 2 weeks. |\n\nSessionCookieOptions.expiresIn\n------------------------------\n\nThe session cookie custom expiration in milliseconds. The minimum allowed is 5 minutes and the maxium allowed is 2 weeks.\n\n**Signature:** \n\n expiresIn: number;"]]