CredentialStatus

Issuer-asserted lifecycle status of a credential, resolved from the W3C Bitstring Status List (or legacy StatusList2021) it references.

Resolved via com.dewa.walletsdk.api.IssuedDocumentHandle.credentialStatus, which requires connectivity. A credential that carries no recognized status reference resolves to VALID (there is nothing for the issuer to revoke against).

Entries

Link copied to clipboard

Status bit not set — the credential is not revoked or suspended.

Link copied to clipboard

Issuer has revoked the credential (status purpose revocation).

Link copied to clipboard

Issuer has temporarily suspended the credential (status purpose suspension).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.