@idkollen/client
    Preparing search index...

    Interface MitIdPending

    Returned while the user has not yet acted.

    interface MitIdPending {
        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