Interface User

Hierarchy

  • User

Properties

email: string

User's email address.

Configured functionalities of the user.

is_intranet: boolean

The user is in the intranet.

is_password_changed: boolean

True if the password of the user has been changed. False otherwise.

otp_key: string

The one-time-password Key

otp_uri: string

The one-time-password URI

roles: RoleInfo[]

Roles information.

two_factor_totp_secret: string

The two-factor authentication secret on first login

username: string

The name of the user.

Generated using TypeDoc