@idkollen/client
    Preparing search index...

    Interface FrejaFailed

    Returned when the Freja eID session has failed.

    interface FrejaFailed {
        error: ApiErrorCode;
        id: string;
        refId?: string;
    }
    Index

    Properties

    Properties

    id: string
    refId?: string