jwt property

  1. @TagNumber.new(3)
String get jwt

jwt is the final authentication token (only present after both factors verified)

Implementation

@$pb.TagNumber(3)
$core.String get jwt => $_getSZ(2);
  1. @TagNumber.new(3)
set jwt (String v)

Implementation

@$pb.TagNumber(3)
set jwt($core.String v) { $_setString(2, v); }