Reject

@Serializable
@SerialName(value = "reject")
data class Reject(val reason: String) : TapAdmitMessage

Verifier → prover: admission refused (bad tag or expired token).

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard