Enumeration VerifierAuthenticationErrorType

This file is generated. Do not edit manually.

Enumeration Members

CertificateNotFound: "CertificateNotFound"

The verifier authentication object is missing a verifier certificate. Refer to ISO 18013-5 section 9.1.4.4 to learn more about the structure.

ExpiredCertificate: "ExpiredCertificate"

The verifier certificate is expired.

FailedToEvaluateTrust: "FailedToEvaluateTrust"

Failed to verify the certificate chain or integrity of the verifier authentication object.

InactiveCertificate: "InactiveCertificate"

The validFrom date of the verifier certificate is in the future.

InvalidVerifierCertificate: "InvalidVerifierCertificate"

The verifier certificate in the authentication object is invalid.

Generated using TypeDoc