nonce property

  1. @JsonKey(name: 'nonce')
String nonce
inherited

One-time use random entropy-adding value for security.

Implementation

@JsonKey(name: 'nonce')
String get nonce => throw _privateConstructorUsedError;