TrustTokenOperationType

@Serializable(with = TrustTokenOperationTypeSerializer::class)
sealed interface TrustTokenOperationType

(undocumented in the protocol definition)

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = TrustTokenOperationTypeSerializer::class)
data object Issuance : TrustTokenOperationType
Link copied to clipboard
@Serializable(with = TrustTokenOperationTypeSerializer::class)
data class NotDefinedInProtocol(val value: String) : TrustTokenOperationType

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).

Link copied to clipboard
@Serializable(with = TrustTokenOperationTypeSerializer::class)
data object Redemption : TrustTokenOperationType
Link copied to clipboard
@Serializable(with = TrustTokenOperationTypeSerializer::class)
data object Signing : TrustTokenOperationType