RevocationStatus
Data that describes how validity/revocation status of a credential can be obtained.
SD-JWT revocation status if present should be RevocationStatus.StatusList, ISO mdoc revocation status if present can be either RevocationStatus.StatusList or RevocationStatus.IdentifierList. Also, if the revocation status cannot be parsed it will be RevocationStatus.Unknown. This simply means that the current version of the library does not know how to parse it, not that the credential is invalid. An application should make its own determination in such cases.
Inheritors
Types
Identifier list as defined in ISO/IEC 18013-5 Section 12.3.6.4 "Identifier list details".
Status list is a format defined Token Status List draft standard.
Revocation status that is present in the credential, but cannot be parsed by the library.
ISO mdoc revocation status that could not be parsed.
SD-JWT revocation status that cannot be parsed.