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