@idkollen/client
    Preparing search index...

    Interface MitIdBackchannelAuthRequest

    Request body for starting a MitID backchannel authentication session.

    interface MitIdBackchannelAuthRequest {
        bindingMessage: string;
        callbackUrl?: string;
        refId?: string;
        ssn: string;
    }
    Index

    Properties

    bindingMessage: string

    Message displayed in the MitID app to bind the session.

    callbackUrl?: string

    URL to receive the result callback on success or failure.

    refId?: string

    Reference ID returned verbatim in the result and callback.

    ssn: string

    Danish CPR number.