nonce property

  1. @TagNumber.new(1)
String get nonce

32-char hex nonce from /challenge

Implementation

@$pb.TagNumber(1)
$core.String get nonce => $_getSZ(0);
  1. @TagNumber.new(1)
set nonce (String v)

Implementation

@$pb.TagNumber(1)
set nonce($core.String v) {
  $_setString(0, v);
}