Guest User

Untitled

a guest
Jan 23rd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public class SpotifyToken
  2. {
  3. public string access_token { get; set; }
  4. public string token_type { get; set; }
  5. public int expires_in { get; set; }
  6. }
Add Comment
Please, Sign In to add comment