Enumerations
MobileCredentialStatus
Represents the revocation status of a credential
Represents the revocation status of a credential
Enumeration members
| Name | Value | Description |
|---|---|---|
Invalid | "invalid" | Credential has been revoked permanently by the issuer. |
NotChecked | "notChecked" | Credential contains status details however the checks have been skipped. |
NotSupported | "notSupported" | Credential does not support or include status information. |
Suspended | "suspended" | Credential has been put on hold temporarily until further notice. |
Unknown | "unknown" | There was an error while verifying the status of the credential. |
Valid | "valid" | Credential is active and valid for use. |
How would you rate this page?