@idkollen/client
    Preparing search index...

    Interface MitIdFailed

    Returned when the MitID session has failed.

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

    Properties

    Properties

    id: string
    refId?: string