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

Hierarchy (view full)

Properties

Properties

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

retrieve the roles of the given user

Type declaration

    • (user): NodeId[]
    • Parameters

      • user: string

      Returns NodeId[]

      semicolon separated list of roles