@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface RfidAccessControlInfo

    Structure is used to describe the results of a single authentication procedure or a procedure of secure data access within the context of the communication session with electronic document

    RfidAccessControlInfo

    interface RfidAccessControlInfo {
        AccessControlOptions?: any[];
        ActiveOptionIdx?: number;
        Notifications: ParsingNotificationCodes[];
        Status: RFIDErrorCodes;
        Type: RfidAccessControlProcedureType;
    }
    Index

    Properties

    AccessControlOptions?: any[]

    List of structures with are used to describe the variants of the authentication or secure data access procedure performance within the context of the communication session with electronic document

    RfidAccessControlInfo

    ActiveOptionIdx?: number

    Index of the active variant of the procedure

    RfidAccessControlInfo

    Notifications: ParsingNotificationCodes[]

    List of remarks arisen during the procedure.

    RfidAccessControlInfo

    RfidAccessControlInfo

    RfidAccessControlInfo