Options
All
  • Public
  • Public/Protected
  • All
Menu

  subscribe now with sterfive to access the online-user manual

Hierarchy

Index

Properties

Optional getUserRole

getUserRole: (user: string) => string

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