Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserManagerOptions

Hierarchy

  • IUserManager
    • UserManagerOptions

Index

Properties

Optional getUserRole

getUserRole: GetUserRoleFunc

synchronous function to return the role of the given user

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