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

Properties

optional
last_login_at: string
is_anonymous: boolean
is_verified: boolean
is_disabled: boolean
optional
disable_reason: string
is_deactivated: boolean
optional
delete_at: string
can_reauthenticate: boolean
optional
standard_attributes: UserStandardAttributes
optional
custom_attributes: UserCustomAttributes
optional
groups: string[]
optional
roles: string[]
optional
x_web3: UserWeb3Info