Add Dropbox provider

This commit is contained in:
Jerrie Pelser
2014-11-03 21:05:34 +07:00
parent 6fa449e611
commit e04540e22e
14 changed files with 634 additions and 3 deletions

View File

@@ -76,6 +76,15 @@
<Compile Include="Buffer\Provider\BufferAuthenticationProvider.cs" />
<Compile Include="Buffer\Provider\BufferReturnEndpointContext.cs" />
<Compile Include="Buffer\Provider\IBufferAuthenticationProvider.cs" />
<Compile Include="Dropbox\DropboxAuthenticationExtensions.cs" />
<Compile Include="Dropbox\DropboxAuthenticationHandler.cs" />
<Compile Include="Dropbox\DropboxAuthenticationMiddleware.cs" />
<Compile Include="Dropbox\DropboxAuthenticationOptions.cs" />
<Compile Include="Dropbox\Constants.cs" />
<Compile Include="Dropbox\Provider\DropboxAuthenticatedContext.cs" />
<Compile Include="Dropbox\Provider\DropboxAuthenticationProvider.cs" />
<Compile Include="Dropbox\Provider\DropboxReturnEndpointContext.cs" />
<Compile Include="Dropbox\Provider\IDropboxAuthenticationProvider.cs" />
<Compile Include="GitHub\Constants.cs" />
<Compile Include="GitHub\GitHubAuthenticationExtensions.cs" />
<Compile Include="GitHub\GitHubAuthenticationHandler.cs" />