NodeOPCUA API Documentation
    Preparing search index...

    Interface IUserManager

    interface IUserManager {
        getUserRoles?: (user: string) => NodeId[];
    }
    Index

    Properties

    Properties

    getUserRoles?: (user: string) => NodeId[]

    retrieve the roles of the given user

    Type Declaration

      • (user: string): NodeId[]
      • Parameters

        • user: string

        Returns NodeId[]

        semicolon separated list of roles