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

Properties

timestamp: number
optional
user_id: string
triggered_by: TriggeredBy
preferred_languages: string[]
language: string
optional
client_id: string
optional
ip_address: string
optional
user_agent: string
optional
oauth: OAuthContext