AltIdAttestationStatus

sealed interface AltIdAttestationStatus

Revocation status of an attestation, resolved from a Token Status List ("Integrating with AltID" v1.0.1 §5.7, Table 9).

Inheritors

Types

Link copied to clipboard

0x01 — the attestation is revoked and MUST be rejected.

Link copied to clipboard
data class Unknown(val value: Int) : AltIdAttestationStatus

Any other value — not defined by AltID.

Link copied to clipboard

0x03 — valid, but an updated version exists (some attributes may be stale). Verifiers MAY reject based on their own risk policy.

Link copied to clipboard

0x00 — the attestation is valid.