Add Backlog provider

This commit is contained in:
takashi uesaka
2015-07-23 19:28:17 +09:00
parent 12a129164d
commit 87c208f784
11 changed files with 726 additions and 3 deletions

View File

@@ -76,6 +76,15 @@
<Compile Include="Asana\Provider\AsanaAuthenticationProvider.cs" />
<Compile Include="Asana\Provider\AsanaReturnEndpointContext.cs" />
<Compile Include="Asana\Provider\IAsanaAuthenticationProvider.cs" />
<Compile Include="Backlog\BacklogAuthenticationExtensions.cs" />
<Compile Include="Backlog\BacklogAuthenticationHandler.cs" />
<Compile Include="Backlog\BacklogAuthenticationMiddleware.cs" />
<Compile Include="Backlog\BacklogAuthenticationOptions.cs" />
<Compile Include="Backlog\Constants.cs" />
<Compile Include="Backlog\Provider\BacklogAuthenticatedContext.cs" />
<Compile Include="Backlog\Provider\BacklogAuthenticationProvider.cs" />
<Compile Include="Backlog\Provider\BacklogReturnEndpointContext.cs" />
<Compile Include="Backlog\Provider\IGBacklogAuthenticationProvider.cs" />
<Compile Include="BattleNet\BattleNetAuthenticationExtensions.cs" />
<Compile Include="BattleNet\BattleNetAuthenticationHandler.cs" />
<Compile Include="BattleNet\BattleNetAuthenticationMiddleware.cs" />