Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface EventUserAuthenticated
implements HookEventBase
import { type EventUserAuthenticated } from "https://deno.land/x/authgear_deno_hook@v1.4.0/mod.ts";

Properties

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