Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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