@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Class GovernanceReplayStoreAdapter

    Adapter for the SDK's signing replay stores. This lets governed services reuse the same atomic Redis/Postgres replay infrastructure as HTTP signing.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Atomically consume one (issuer, audience, jti) tuple. Only one caller may receive ok; concurrent or later consumers receive replayed.

      Parameters

      Returns Promise<"ok" | "replayed" | "rate_abuse">