@idkollen/client
    Preparing search index...

    Interface BankIdNoBackchannelAuthRequest

    Request body for starting a BankID NO backchannel authentication session.

    interface BankIdNoBackchannelAuthRequest {
        callbackUrl?: string;
        refId?: string;
        ssn: string;
    }
    Index

    Properties

    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

    Norwegian personal number (fødselsnummer).