@idkollen/client
    Preparing search index...

    Interface FrejaBackchannelSignRequest

    Request body for starting a Freja eID backchannel signing session.

    interface FrejaBackchannelSignRequest {
        callbackUrl?: string;
        country: string;
        minRegistrationLevel?: FrejaRegistrationLevel;
        orgNumber?: string;
        refId?: string;
        requestAddress?: boolean;
        ssn: string;
        text: string;
    }
    Index

    Properties

    callbackUrl?: string

    URL to receive the result callback on success or failure.

    country: string

    Country of the user's Freja identity document.

    minRegistrationLevel?: FrejaRegistrationLevel

    Minimum required Freja registration level.

    orgNumber?: string

    Organisation number — enables company signatory check.

    refId?: string

    Reference ID returned verbatim in the result and callback.

    requestAddress?: boolean

    Fetch the user's registered address on completion.

    ssn: string

    Personal number of the user to sign.

    text: string

    Text to sign, displayed to the user in the Freja app.