Skip to content

cloudfire-auth / SessionCookieOptions

Interface: SessionCookieOptions

Defined in: types/firebase-admin/index.ts:222

Interface representing the session cookie options needed for the CloudFireAuth.createSessionCookie method.

Properties

expiresIn

expiresIn: number

Defined in: types/firebase-admin/index.ts:227

The session cookie custom expiration in milliseconds. The minimum allowed is 5 minutes and the maxium allowed is 2 weeks.