data property

List<int> data
final

The binary data contained in this object

In case of a JsonWebSignature, this is the plain content, in case of a JsonWebEncryption, this is the ciphertext.

Implementation

final List<int> data;