@idkollen/client
    Preparing search index...

    Interface BankIdSePending

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

    interface BankIdSePending {
        autoStartToken?: string;
        hintCode?: string;
        id: string;
        qrStartSecret?: string;
        qrStartToken?: string;
        refId?: string;
    }
    Index

    Properties

    autoStartToken?: string

    Token for launching the BankID app directly (autostart URL).

    hintCode?: string

    BankID hint code describing the current waiting state.

    id: string

    BankID order reference / session ID.

    qrStartSecret?: string

    Secret used together with qrStartToken to generate QR frames.

    qrStartToken?: string

    Static token used to seed the animated QR code.

    refId?: string

    Reference ID returned verbatim in the result and callback.