Options
All
  • Public
  • Public/Protected
  • All
Menu

  subscribe now with sterfive to access the online-user manual

Hierarchy

Index

Properties

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

Methods

Optional getUserRoles

  • getUserRoles(user: string): NodeId[]
  • retrieve the roles of the given user

    Parameters

    • user: string

    Returns NodeId[]

    semicolon separated list of roles

Generated using TypeDoc