@apple/app-store-server-library
    Preparing search index...

    Interface RealtimeRequestBody

    The request body the App Store server sends to your Get Retention Message endpoint.

    RealtimeRequestBody

    interface RealtimeRequestBody {
        signedPayload?: string;
    }
    Index

    Properties

    Properties

    signedPayload?: string

    The payload in JSON Web Signature (JWS) format, signed by the App Store.

    signedPayload