UNPKG

supertokens-node

Version:
9 lines (8 loc) 259 B
// @ts-nocheck import { APIInterface, APIOptions } from ".."; import { UserContext } from "../../../types"; export default function verifyTOTPAPI( apiImplementation: APIInterface, options: APIOptions, userContext: UserContext ): Promise<boolean>;