diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-02-12 18:37:40 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-02-12 18:37:40 -0800 |
commit | fb504a4573992f0ef7742f5c34e4e85a945b710c (patch) | |
tree | fb769c13b917a3d0bd32db0c22e79bb8d5d459c6 /src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj | |
parent | 7bf63044b1a48dc6f1df95c63431e8130940595d (diff) | |
download | DotNetOpenAuth-fb504a4573992f0ef7742f5c34e4e85a945b710c.zip DotNetOpenAuth-fb504a4573992f0ef7742f5c34e4e85a945b710c.tar.gz DotNetOpenAuth-fb504a4573992f0ef7742f5c34e4e85a945b710c.tar.bz2 |
Renamed IConsumerDescription to IClientDescription.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj')
-rw-r--r-- | src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj b/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj index bac982f..2031019 100644 --- a/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj +++ b/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj @@ -40,7 +40,7 @@ <Compile Include="OAuth2\IAuthorizationServer.cs" /> <Compile Include="OAuth2\IAuthorizationState.cs" /> <Compile Include="OAuth2\IClientAuthorizationTracker.cs" /> - <Compile Include="OAuth2\IConsumerDescription.cs" /> + <Compile Include="OAuth2\IClientDescription.cs" /> <Compile Include="OAuth2\Messages\AccessProtectedResourceRequest.cs" /> <Compile Include="OAuth2\Messages\AccessTokenAuthorizationCodeRequest.cs" /> <Compile Include="OAuth2\Messages\AccessTokenResourceOwnerPasswordCredentialsRequest.cs" /> |