@idkollen/client
    Preparing search index...

    Interface BankIdSePhoneAuthRequest

    Request body for starting a BankID SE phone authentication session.

    interface BankIdSePhoneAuthRequest {
        callbackUrl?: string;
        callInitiator: CallInitiator;
        intent?: 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.

    callInitiator: CallInitiator

    Whether the user or the RP initiated the phone call.

    intent?: string

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

    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 of the user to authenticate.