@idkollen/client
    Preparing search index...

    Interface BankIdSeVerifyResponse

    Response from the BankID SE QR code verification endpoint.

    interface BankIdSeVerifyResponse {
        age?: number;
        givenName: string;
        name: string;
        ssn: string;
        surname: string;
        verifiedAt?: string;
    }
    Index

    Properties

    age?: number
    givenName: string
    name: string
    ssn: string

    Swedish personal identification number.

    surname: string
    verifiedAt?: string

    Date the QR code was verified (YYYY-MM-DD, UTC).