VerifyKey

@Serializable
data class VerifyKey(val keyValue: String)

Constructors

Link copied to clipboard
constructor(keyValue: String)

Properties

Link copied to clipboard
@SerialName(value = "key")
val keyValue: String