[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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;"]]