@idkollen/client
    Preparing search index...

    Interface FrejaPending

    Returned while the user has not yet acted in the Freja app.

    interface FrejaPending {
        autoStartToken: string;
        id: string;
        qrData: string;
        refId?: string;
    }
    Index

    Properties

    autoStartToken: string

    Freja transaction reference — also used as the autostart token.

    id: string
    qrData: string

    Data string to render as the Freja QR code.

    refId?: string