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.SignOutOptions

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
interface DenoKVOAuth.SignOutOptions
import { type DenoKVOAuth } from "https://deno.land/x/fathym_common@v0.0.183/src/deno.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.