Enumeration MobileCredentialStatus

Enumeration Members

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.

Generated using TypeDoc