Skip to main content

Variable: PolicyDecisionStage

const PolicyDecisionStage: object

The stage at which a PXP is executed in the PDP.

Type Declaration

Before

readonly Before: "before" = "before"

Before Decision.

After

readonly After: "after" = "after"

After Decision.