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

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
interface DenoKVOAuth.SignInOptions
Re-export
import { type DenoKVOAuth } from "https://deno.land/x/fathym_common@v0.0.176/src/deno.deps.ts";
const { SignInOptions } = DenoKVOAuth;

Options for signIn.

Properties

optional
urlParams: Record<string, string>

URL parameters that are appended to the authorization URI, if defined.