plainPayload

@Serializable(with = ByteArrayBase64UrlNoPaddingSerializer::class)
@SerialName(value = "payload")
open override val plainPayload: ByteArray(source)

Raw payload bytes.

JWS serializers and signature-input construction base64url-encode these bytes where required. Callers should not pre-encode the payload.