onvif
    Preparing search index...

    Interface CredentialIdentifierItem

    A credential identifier is a card number, unique card information, PIN or biometric information such as fingerprint, iris, vein, face recognition, that can be validated in an access point.

    interface CredentialIdentifierItem {
        type: CredentialIdentifierType;
        value: unknown;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Contains the details of the credential identifier type.

    value: unknown

    The value of the identifier in hexadecimal representation.