Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fathym_common/src/deno.deps.ts>DenoKVOAuth.GetSessionIdOptions

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
interface DenoKVOAuth.GetSessionIdOptions
import { type DenoKVOAuth } from "https://deno.land/x/fathym_common@v0.0.176/src/deno.deps.ts";
const { GetSessionIdOptions } = DenoKVOAuth;

Options for getSessionId.

Properties

optional
cookieName: string

The name of the cookie in the request. This must match the cookie name used in handleCallback and signOut.