Interface CapabilityAuthorizationContextExperimental

interface CapabilityAuthorizationContext {
    deniedScopes?: readonly string[];
    grantedScopes?: readonly string[];
}

Properties

deniedScopes?: readonly string[]

Scopes the current principal is known not to be allowed to acquire.

grantedScopes?: readonly string[]

Structural scope identifiers; credential/token values are prohibited.