Interface SelfUser

Self User Object

Hierarchy

Properties

admin: boolean

If user is an admin

email: string

The email of the user

email_verified: boolean

If user has verified their email

id: `user_${string}`

The ID of the user

mfa_enabled: boolean

If user has enabled mfa authentication

name: string

The name of the user. Think of this as a display name

totp_enabled: boolean

If user has enabled totp authentication

username: string

A unqiue username for the user

webauthn_enabled: boolean

If user has enabled webauthn authentication

Generated using TypeDoc