Options
All
  • Public
  • Public/Protected
  • All
Menu

Combines the results of multiple PermissionReaders. Every permission in every credential type is handled according to the rule false > true > undefined.

Hierarchy

Index

Constructors

Properties

handlers: PermissionReader[]

Methods

  • applyPermissions(permissions?: Partial<Record<AccessMode, boolean>>, result?: Partial<Record<AccessMode, boolean>>): Partial<Record<AccessMode, boolean>>