@idkollen/client
    Preparing search index...

    Interface BankIdSeSignRequest

    Request body for starting a BankID SE signing session.

    interface BankIdSeSignRequest {
        callbackUrl?: string;
        digest?: string;
        ipAddress?: string;
        orgNumber?: string;
        pinRequired?: boolean;
        refId?: string;
        requestAddress?: boolean;
        ssn?: string;
        text: string;
    }
    Index

    Properties

    callbackUrl?: string

    URL to receive the result callback on success or failure.

    digest?: string

    Hash digest of an associated file.

    ipAddress?: string

    End-user IP address (or the closest proxy address).

    orgNumber?: string

    Swedish organisation number — enables company signatory check.

    pinRequired?: boolean

    Force PIN entry even when biometrics are enabled.

    refId?: string

    Reference ID returned verbatim in the result and callback.

    requestAddress?: boolean

    Fetch the user's registered address on completion.

    ssn?: string

    Restrict the signing session to this Swedish personal number.

    text: string

    Visible text the user must approve in BankID (max 50 000 chars).