# Packages
No description provided by the author
# Constants
DecisionAllowed - The authorizer has determined the action is allowed.
DecisionDeny - The authorizer has determined the action is not allowed.
DecisionNoOpinion - The authorizer has no opinion, this should mean the action is not allowed.
# Interfaces
Authorizer - authorizes users via the bundle runtime.
AuthorizeUser - an interface for a user object.
# Type aliases
Decision - The outcome of the authorization check.