UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

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