File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
kafka-connect-fitbit-source/src/main/java/org/radarbase/connect/rest/fitbit/user Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,19 @@ public class LocalUser implements User {
3535 private static final Pattern ILLEGAL_CHARACTERS_PATTERN = Pattern .compile ("[^a-zA-Z0-9_-]" );
3636 private String id ;
3737 private String version ;
38- private String serviceUserId ;
3938 private String projectId ;
4039 private String userId ;
4140 private String sourceId ;
4241 private Instant startDate = Instant .parse ("2017-01-01T00:00:00Z" );
4342 private Instant endDate = Instant .parse ("9999-12-31T23:59:59.999Z" );
4443
44+ @ JsonProperty ("serviceUserId" )
45+ private String serviceUserId ;
46+
4547 @ JsonProperty ("oauth2" )
4648 private OAuth2UserCredentials oauth2Credentials = new OAuth2UserCredentials ();
4749
48- @ JsonProperty ("authorized " )
50+ @ JsonProperty ("isAuthorized " )
4951 private Boolean isAuthorized ;
5052
5153 @ JsonIgnore
You can’t perform that action at this time.
0 commit comments