Add Spotify provider

This commit is contained in:
Adam Reisinger
2015-05-15 13:17:50 +02:00
parent 64955b9a0b
commit 28ce309084
11 changed files with 673 additions and 0 deletions

View File

@@ -247,6 +247,15 @@
<Compile Include="SoundCloud\SoundCloudAuthenticationHandler.cs" />
<Compile Include="SoundCloud\SoundCloudAuthenticationMiddleware.cs" />
<Compile Include="SoundCloud\SoundCloudAuthenticationOptions.cs" />
<Compile Include="Spotify\Constants.cs" />
<Compile Include="Spotify\Provider\ISpotifyAuthenticationProvider.cs" />
<Compile Include="Spotify\Provider\SpotifyAuthenticatedContext.cs" />
<Compile Include="Spotify\Provider\SpotifyAuthenticationProvider.cs" />
<Compile Include="Spotify\Provider\SpotifyReturnEndpointContext.cs" />
<Compile Include="Spotify\SpotifyAuthenticationExtensions.cs" />
<Compile Include="Spotify\SpotifyAuthenticationHandler.cs" />
<Compile Include="Spotify\SpotifyAuthenticationMiddleware.cs" />
<Compile Include="Spotify\SpotifyAuthenticationOptions.cs" />
<Compile Include="StackExchange\Constants.cs" />
<Compile Include="StackExchange\StackExchangeAuthenticationExtensions.cs" />
<Compile Include="StackExchange\StackExchangeAuthenticationHandler.cs" />