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

Properties

type: "identity.email.updated"
payload: { user: User; old_identity: Identity; new_identity: Identity; }