Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserManagerOptions

Hierarchy

  • IUserManager
    • UserManagerOptions

Properties

Optional getUserRole

getUserRole: function

retrieve the roles of the given user

returns

semicolon separated list of roles

Type declaration

    • (user: string): string
    • Parameters

      • user: string

      Returns string

Optional isValidUser

isValidUser: ValidUserFunc

synchronous function to check the credentials - can be overruled by isValidUserAsync

Optional isValidUserAsync

isValidUserAsync: ValidUserAsyncFunc

asynchronous function to check if the credentials - overrules isValidUser

Generated using TypeDoc