⚠️ You are reading documentation for an OLD version (v2.20.0). The current released version is v2.173.1. View latest documentation →
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