RevocationList

sealed class RevocationList(source)

Marker type for status list content that describe the revocation / suspension state of credentials.

Two transport formats are supported:

  • StatusList for the IETF OAuth Status List draft (compressed bitset, referenced from JOSE/COSE).

  • IdentifierList for ISO 18013-5 mobile document revocation (identifier list with optional certificate anchor).

Inheritors

Types

Link copied to clipboard

kind lets runtime components (issuers, resolvers, validators) pick the correct serialization and validation pipeline without relying on generics, which are awkward to use across KMP interfaces.