@idkollen/client
    Preparing search index...

    Interface BankIdSeCompleted

    Returned when the BankID SE session has completed successfully.

    interface BankIdSeCompleted {
        address?: string;
        certStartDate?: string;
        companySignatoryText?: string;
        givenName: string;
        id: string;
        name: string;
        refId?: string;
        ssn: string;
        surname: string;
    }
    Index

    Properties

    address?: string

    Present only when requestAddress was true.

    certStartDate?: string

    Date the BankID certificate became valid (YYYY-MM-DD).

    companySignatoryText?: string

    Company signatory result text. Present only when orgNumber was provided.

    givenName: string
    id: string

    BankID order reference / session ID.

    name: string
    refId?: string

    Reference ID returned verbatim in the result and callback.

    ssn: string

    Swedish personal identification number (personnummer).

    surname: string