diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-10 08:58:22 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-10 08:58:22 -0800 |
commit | 1fc942e7cefa847a919ae7c4ce424797c438a011 (patch) | |
tree | 6aaa7e8ca9f4aba504dd34b0efe70bfad364b162 /projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj | |
parent | cbc0964271849df85ba864944377d592d410de38 (diff) | |
download | DotNetOpenAuth-1fc942e7cefa847a919ae7c4ce424797c438a011.zip DotNetOpenAuth-1fc942e7cefa847a919ae7c4ce424797c438a011.tar.gz DotNetOpenAuth-1fc942e7cefa847a919ae7c4ce424797c438a011.tar.bz2 |
Split up token manager into an SP side and a consumer side.
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj')
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj index 23ae988..afd2cec 100644 --- a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj +++ b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj @@ -87,6 +87,8 @@ <Content Include="Web.config" /> </ItemGroup> <ItemGroup> + <Compile Include="Code\OAuthConsumerTokenManager.cs" /> + <Compile Include="Code\OAuthServiceProviderTokenManager.cs" /> <Compile Include="Code\OAuthTokenManager.cs" /> <Compile Include="Code\Policies.cs" /> <Compile Include="Model.IssuedRequestToken.cs" /> |