Skip to main content
Go to Latest
interface EventUserPreCreate
implements HookEventBase
import { type EventUserPreCreate } from "https://deno.land/x/authgear_deno_hook@v1.3.0/mod.ts";

Properties

type: "user.pre_create"
payload: { user: User; identities: Identity[]; }