@idkollen/client
    Preparing search index...

    Interface BankIdSeAuthRequest

    Request body for starting a BankID SE authentication session.

    interface BankIdSeAuthRequest {
        callbackUrl?: string;
        intent?: string;
        ipAddress?: string;
        orgNumber?: string;
        pinRequired?: boolean;
        refId?: string;
        requestAddress?: boolean;
        ssn?: string;
    }
    Index

    Properties

    callbackUrl?: string

    URL to receive the result callback on success or failure.

    intent?: string

    Text describing the purpose of the identification, shown to the user.

    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

    Swedish personal identification number. Restricts the session to this user.