T402 API Reference - v2.9.0
    Preparing search index...

    Interface OfferReceiptServerConfig

    Configuration for the offer-receipt server extension.

    interface OfferReceiptServerConfig {
        signer: EIP712OfferReceiptSigner;
        resourceUrl: string;
        offerValiditySeconds?: number;
    }
    Index

    Properties

    EIP-712 signer for creating offers and receipts

    resourceUrl: string

    URL of the protected resource (used in offer/receipt payloads)

    offerValiditySeconds?: number

    Optional: default validUntil offset in seconds (0 = no expiry)