UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

10 lines 548 B
import { events } from ".."; import Auth0 from "../../types"; import { PostChallengeOptions } from "../api"; type Handler = (event: Auth0.Events.PostChangePassword, api: Auth0.API.PostChangePassword) => Promise<void>; export declare function postChangePassword({ cache, ...attributes }?: Parameters<typeof events.postChangePassword>[0] & Omit<PostChallengeOptions, "user" | "request">): { event: Auth0.Events.PostChangePassword; simulate: (handler: Handler) => Promise<void>; }; export {}; //# sourceMappingURL=post-change-password.d.ts.map