Skip to content

Instantly share code, notes, and snippets.

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 hbulens/fdbd3b5ff754e2f56b671b9a1c609aaa to your computer and use it in GitHub Desktop.
Save hbulens/fdbd3b5ff754e2f56b671b9a1c609aaa to your computer and use it in GitHub Desktop.
public class SpotifyToken
{
public string access_token { get; set; }
public string token_type { get; set; }
public int expires_in { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment