StatusListTokenPayload
Common model for status list tokens serialized either as JWT claims or as CWT claims.
Serialization differs by format:
JWT uses the textual claim names
sub,iat,exp,ttl, andstatus_listCWT uses the corresponding numeric labels
2,6,4,65534, and65533ttlis encoded as a JSON number for JWT and as a CBOR unsigned integer for CWTidentifier_listis only supported for CWT/CBOR and uses label65530
For correct CWT serialization Cbor must use CborConfiguration.preferCborLabelsOverNames. This is the default for Cbor.CoseCompliant serializers such as coseCompliantSerializer.
Constructors
Properties
RECOMMENDED. The expiration timestamp of the status list token.
REQUIRED. The revocation data carried by the token.
REQUIRED. The subject claim identifying the URI of the status list token.
OPTIONAL. Maximum cache lifetime of the token.