StatusCheck
@iota/identity-wasm API documentation
Enumeration: StatusCheck
Controls validation behaviour when checking whether or not a credential has been revoked by its
credentialStatus
.
Enumeration Members
Strict
Strict:
0
Validate the status if supported, reject any unsupported
credentialStatus
types.
Only RevocationBitmap2022
is currently supported.
This is the default.
SkipUnsupported
SkipUnsupported:
1
Validate the status if supported, skip any unsupported
credentialStatus
types.
SkipAll
SkipAll:
2
Skip all status checks.