CredentialStatus

Represents the revocation status of a credential

Entries

Link copied to clipboard
@SerialName(value = "valid")
Valid

The credential status is valid

Link copied to clipboard
@SerialName(value = "invalid")
Invalid

The credential was revoked permanently and won't change its status in the future

Link copied to clipboard
@SerialName(value = "suspended")
Suspended

The credential was revoked temporarily and may become valid in the future

Link copied to clipboard
@SerialName(value = "unknown")
Unknown

There was an error associated with verifying the status of the credential

Link copied to clipboard
@SerialName(value = "notSupported")
NotSupported

Credential does not support the revocation feature

Link copied to clipboard
@SerialName(value = "notChecked")
NotChecked

Credential status was not checked

Properties

Link copied to clipboard
val entries: EnumEntries<CredentialStatus>

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

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

Functions

Link copied to clipboard
fun valueOf(value: String): CredentialStatus

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
fun values(): Array<CredentialStatus>

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