import { type DenoKVOAuth } from "https://deno.land/x/fathym_common@v0.0.143/src/src.deps.ts";
const { HandleCallbackOptions } = DenoKVOAuth;
Options for handleCallback
.
Properties
optional
cookieOptions: Partial<Cookie>Overwrites cookie properties set in the response. These must match the
cookie properties used in getSessionId
and
signOut
.