Vana SDK - v4.1.0
    Preparing search index...

    Interface ForegroundDelivery

    One-time HTTPS callback used to deliver a foreground mobile Direct read.

    interface ForegroundDelivery {
        url: string;
        token: string;
    }
    Index

    Properties

    Properties

    url: string

    Fixed, same-origin consumer callback URL.

    token: string

    High-entropy bearer capability, generated and retained by the consumer.