Interface

SetAuthCookieOptions

SetAuthCookieOptions

Options for setting the auth cookie.
Properties:
Name Type Description
secure boolean Indicates if the Secure attribute of the cookie should be set.
expires number | Date | undefined The expiration of the cookie.

View Source lib/Cookie.ts, line 50