UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

13 lines 405 B
import { MultifactorEnableOptions } from "../../types"; export declare function multifactorMock(flow: string): { state: { enabled: false | { provider: string; options?: MultifactorEnableOptions; }; }; build: <T>(api: T) => { enable: (provider: string, options?: MultifactorEnableOptions) => T; }; }; //# sourceMappingURL=multifactor.d.ts.map