jwt property

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

jwt is the final authentication token (only if user already has phone verified)

Implementation

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

Implementation

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