Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WickedUserInfo

Hierarchy

Index

Properties

Optional applications

applications: WickedApplication[]

Optional customId

customId: string

email

email: string

groups

groups: string[]

id

id: string

Optional mustChangePassword

mustChangePassword: boolean

Pass "true" if the user must change the password when logging in the first time.

Optional password

password: string

Optional passwordIsHashed

passwordIsHashed: boolean

Pass "true" if you are creating the user with a pre-hashed password; supported hashing mechanisms are:

  • bcrypt(password)
  • bcrypt(SHA256(password))

Optional validated

validated: boolean

Generated using TypeDoc