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

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