UNPKG

supertokens-node

Version:
5 lines (4 loc) 233 B
// @ts-nocheck import { UserContext } from "../../../types"; import { APIInterface, APIOptions } from "../types"; export default function validateKey(_: APIInterface, options: APIOptions, userContext: UserContext): Promise<boolean>;