@idkollen/client
    Preparing search index...

    Interface FrejaCompleted

    Returned when the Freja eID session has completed successfully.

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

    Properties

    address?: string

    Present only when requestAddress was true.

    companySignatoryText?: string

    Present only when orgNumber was provided.

    country: string

    Country of the user's identity document (e.g. "SWEDEN").

    givenName: string
    id: string
    name: string
    refId?: string
    ssn: string
    surname: string