Skip to main content
Module

x/fathym_common/src/src.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.175/src/src.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.