Libraries
    Preparing search index...

    Type Alias AuthorizationResult

    AuthorizationResult: { allowed: true } | { allowed: false; reason: string }

    The result of an authorization check performed by AuthorizationService.authorize.