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

Properties

type: "user.authenticated"
payload: { user: User; session: Session; }