Interface SessionPermissionsInterface

Session permissions interface

Used to define the permissions for a session.

interface SessionPermissionsInterface {
    allow: PermissionParamsInterface;
    deny: PermissionParamsInterface;
}

Properties

Properties