@orangecheck/me-client / Scope
Type Alias: Scope
type Scope =
| "bitcoin_address"
| "email"
| "attest_tier"
| "display_name"
| "cross_integrator_event_count"
| "cross_integrator_human_event_count"
| "trust_attestation_count";
Defined in: me-client/src/scope.ts:49
Catalog of valid scopes · keep in sync with SCOPE_IDS in oc-me-web/src/lib/privacy/scopes.ts.
cross_integrator_event_count · per OCHK-V2-PLAN §7 · low-info sybil signal aggregating event count across every integrator. cross_integrator_human_event_count · per OCHK-V3-PLAN §7 · same aggregate filtered to is_agent !== true (human-fired only). Use when you want to gate on real human activity rather than bot-padded counts. trust_attestation_count · per OCHK-V3-PLAN §6 phase-2 · four-int selective-disclosure quad summarizing reputation-graph attestations. Use parseTrustAttestationCount() to decode the wire-format string.