@kilterset/auth0-actions-testing
Version:
Test and develop Auth0 Actions or Okta CIC Actions locally.
12 lines • 413 B
TypeScript
import Auth0 from "../../types";
export interface PostChangePasswordOptions {
cache?: Record<string, string>;
}
export interface PostChangePasswordState {
cache: Auth0.API.Cache;
}
export declare function postChangePassword({ cache }?: PostChangePasswordOptions): {
implementation: Auth0.API.PostChangePassword;
state: PostChangePasswordState;
};
//# sourceMappingURL=post-change-password.d.ts.map