UNPKG

supertokens-node

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