JwmAttachmentData

@Serializable
data class JwmAttachmentData(val json: JsonObject? = null, val jws: String? = null, val base64: String? = null)(source)

Constructors

Link copied to clipboard
constructor(json: JsonObject? = null, jws: String? = null, base64: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "base64")
val base64: String? = null
Link copied to clipboard
@SerialName(value = "json")
val json: JsonObject? = null
Link copied to clipboard
@SerialName(value = "jws")
val jws: String? = null

Functions

Link copied to clipboard