@kilterset/auth0-actions-testing
Version:
Test and develop Auth0 Actions or Okta CIC Actions locally.
12 lines • 428 B
TypeScript
import Auth0 from "../../types";
export interface PostUserRegistrationOptions {
cache?: Record<string, string>;
}
export interface PostUserRegistrationState {
cache: Auth0.API.Cache;
}
export declare function postUserRegistration({ cache, }?: PostUserRegistrationOptions): {
implementation: Auth0.API.PostUserRegistration;
state: PostUserRegistrationState;
};
//# sourceMappingURL=post-user-registration.d.ts.map