Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
89 lines (49 loc) · 1.75 KB

VerifyFailureReasonType.md

File metadata and controls

89 lines (49 loc) · 1.75 KB

MATTR Wallet SDK React Native / Exports / VerifyFailureReasonType

Enumeration: VerifyFailureReasonType

Table of contents

Enumeration Members

Enumeration Members

Expired

Expired = "Expired"

Credential is expired


IssuerNotTrusted

IssuerNotTrusted = "IssuerNotTrusted"

Issuer of the credential is not trusted


IssuerPublicKeyInvalid

IssuerPublicKeyInvalid = "IssuerPublicKeyInvalid"

Invalid issuer public key


NotActive

NotActive = "NotActive"

Credential are not active


PayloadInvalid

PayloadInvalid = "PayloadInvalid"

Credential payload is malformed


Revoked

Revoked = "Revoked"

Credential has been revoked


SignatureInvalid

SignatureInvalid = "SignatureInvalid"

The signature of the credential is invalid


UnsupportedAlgorithm

UnsupportedAlgorithm = "UnsupportedAlgorithm"

Payload COSE encoded with an unsupported algorithm


UnsupportedRevocationType

UnsupportedRevocationType = "UnsupportedRevocationType"

Payload revocation encoded with an unsupported type