@nevermined-io/payments
    Preparing search index...

    Interface PushNotificationConfig

    Configuration for the agent to send push notifications for updates after the initial response.

    interface PushNotificationConfig {
        authentication?: PushNotificationAuthenticationInfo;
        id?: string;
        token?: string;
        url: string;
    }
    Index

    Properties

    authentication?: PushNotificationAuthenticationInfo
    id?: string

    A unique ID for the push notification configuration, set by the client to support multiple notification callbacks.

    token?: string

    A unique token for this task or session to validate incoming push notifications.

    url: string

    The callback URL where the agent should send push notifications.