drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias AuthDecision

    what the Worker decided, and why

    type AuthDecision = {
        allowance: AuthAllowance;
        mode: AuthMode;
        reason: string;
        remaining: number;
        spend: AuthSpend;
    }
    Index
    allowance: AuthAllowance
    mode: AuthMode
    reason: string

    a short reason, safe to put in a header

    remaining: number
    spend: AuthSpend