@idkollen/client
    Preparing search index...

    Interface BankIdNoPending

    Returned while the user has not yet acted.

    interface BankIdNoPending {
        bindingMessage?: string;
        id: string;
        refId?: string;
        url?: string;
    }
    Index

    Properties

    bindingMessage?: string

    Present in the backchannel flow — display this to the user.

    id: string
    refId?: string
    url?: string

    Redirect URL for the browser-flow login page.