Enumeration VerifyFailureReasonType

Enumeration Members

IssuerNotTrusted: "IssuerNotTrusted"

Issuer of the credential is not trusted

IssuerPublicKeyInvalid: "IssuerPublicKeyInvalid"

Invalid issuer public key

PayloadInvalid: "PayloadInvalid"

Credential payload is malformed

Revoked: "Revoked"

Credential has been revoked

SignatureInvalid: "SignatureInvalid"

The signature of the credential is invalid

UnsupportedAlgorithm: "UnsupportedAlgorithm"

Payload COSE encoded with an unsupported algorithm

UnsupportedRevocationType: "UnsupportedRevocationType"

Payload revocation encoded with an unsupported type

ValidFrom: "ValidFrom"

Credential is not yet active, nbf is in the future

ValidUntil: "ValidUntil"

Credential is not valid, exp is in the past

Generated using TypeDoc