jwt property
jwt is the final authentication token (only if user already has phone verified)
Implementation
@$pb.TagNumber(4)
$core.String get jwt => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set jwt($core.String v) { $_setString(3, v); }
jwt is the final authentication token (only if user already has phone verified)
@$pb.TagNumber(4)
$core.String get jwt => $_getSZ(3);
@$pb.TagNumber(4)
set jwt($core.String v) { $_setString(3, v); }