Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oak_nest/modules/uinv/mod.ts>SSOGuardOptions

Refer to nestjs to realize some common functions for Deno
Go to Latest
type alias SSOGuardOptions
Re-export
import { type SSOGuardOptions } from "https://deno.land/x/oak_nest@v1.14.0/modules/uinv/mod.ts";
definition: { logger?: Logger; ssoApi?: string; ssoUserAgent?: string; ssoUserInfoUrl?: string; ssoUserInfosUrl?: string; referer?: string; cacheTimeout?: number; cacheStore?: ICacheStore | ICacheStoreFunc; ssoAllowAllUsers?: boolean; formatUserInfo?: (user: SSOUserInfo, context: Context) => void; isDebug?: boolean; }