MobileCredentialVerificationFailureType

@Serializable(with = MobileCredentialVerificationFailureTypeSerializer::class)
enum MobileCredentialVerificationFailureType : Enum<MobileCredentialVerificationFailureType>

Entries

Link copied to clipboard

Trusted issuer certificate is expired.

Link copied to clipboard

Trusted issuer certificate is not yet valid.

Link copied to clipboard

Trusted issuer certificate not found.

Link copied to clipboard

mDoc authentication failed.

Link copied to clipboard

mDoc is expired.

Link copied to clipboard

mDoc is not yet valid.

Link copied to clipboard

The signer certificate is invalid.

Link copied to clipboard

Device key is not valid.

Link copied to clipboard

The mDoc is signed by a key with an unsupported cryptographic algorithm.

Link copied to clipboard

mDoc is permanently revoked.

Link copied to clipboard

mDoc is temporarily revoked.

Link copied to clipboard

Unable to verify revocation status of mDoc.

Properties

Link copied to clipboard

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

Link copied to clipboard
val message: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

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.