Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Refer to nestjs to realize some common functions for Deno
Go to Latest
function getClearUserSSOCacheFunc
import { getClearUserSSOCacheFunc } from "https://deno.land/x/oak_nest@v1.14.0/modules/uinv/mod.ts";

清理SSO的缓存,配合一个logout接口使用

Parameters

optional
options: Pick<SSOGuardOptions, "ssoApi" | "ssoUserInfoUrl" | "cacheStore"> = [UNSUPPORTED]