@doc Whether to persist the token on the device.
@$pb.TagNumber(2) $core.bool get persist => $_getBF(1);
@$pb.TagNumber(2) set persist($core.bool value) => $_setBool(1, value);