type

HxUser

@Js
const mixin HxUser

Haxall user account

methods

dis

Display string for user

email

Email address if configured

id

Ref identifier

isAdmin

Does this user have admin permissions

isSu

Does this user have superuser permissions

meta

User meta data as Haystack dict

username

Username identifier

Slot Details

dis

abstract Str dis()

Display string for user

email

abstract Str? email()

Email address if configured

id

abstract Ref id()

Ref identifier

isAdmin

abstract Bool isAdmin()

Does this user have admin permissions

isSu

abstract Bool isSu()

Does this user have superuser permissions

meta

abstract Dict meta()

User meta data as Haystack dict

username

abstract Str username()

Username identifier