Skip to content

Instantly share code, notes, and snippets.

@kidager
Created April 14, 2016 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kidager/13280a491021e753d5a0ec30d23fdc84 to your computer and use it in GitHub Desktop.
Save kidager/13280a491021e753d5a0ec30d23fdc84 to your computer and use it in GitHub Desktop.
public class LoginObject {
String token;
User user;
// Getters w Setters (public elkol)
}
public class User {
String email;
String username;
String name;
String firstName;
String lastName;
String job;
String picture;
ArrayList<String> roles;
// W kifkif getters & setters
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment