import { type DenoKVOAuth } from "https://deno.land/x/fathym_common@v0.0.141/src/src.deps.ts";
const { GetSessionIdOptions } = DenoKVOAuth;
Options for getSessionId
.
Properties
The name of the cookie in the request. This must match the cookie name
used in handleCallback
and signOut
.