Skip to content
Permalink
b622a26a36
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
11 lines (8 sloc) 311 Bytes
using System;
namespace app {
public static class Constants {
public const string SpotifyClientId = "791961aaeda34500b77fda86eaaa69a7";
public const string SpotifyClientSecret = "5103b160f8ca41cfb57b20e56c9e44a9";
public const string RedirectUrl = "https://app/login";
}
}