@playlive/fundraiser-data
    Preparing search index...

    Interface LeaderboardAuthOptions

    Shared params for the leaderboard-exclusion mutations. Callers must supply an admin API key or a Tiltify OAuth token — the service accepts either; passing both is harmless (admin key wins).

    interface LeaderboardAuthOptions {
        adminApiKey?: string;
        tiltifyOAuthToken?: string;
    }

    Hierarchy (View Summary)

    Index
    adminApiKey?: string

    Shared admin API key sent as x-api-key. Grants full access to every campaign's exclusion list.

    tiltifyOAuthToken?: string

    Tiltify OAuth token sent as Authorization: OAuth <token>. Grants access only to campaigns the resolved Tiltify user owns.