protectedData property

Uint8List? protectedData
final

Opaque data for provider roundtripping.

This data is not meant to be interpreted by the caller, but can be passed back to the provider in subsequent requests.

Implementation

final Uint8List? protectedData;