diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-25 16:50:42 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-25 16:50:42 -0700 |
commit | 9b4b44455d65be769815d7ccc08ae1601c996b7c (patch) | |
tree | aec9fff1b69121fd4aa63292291c455725383848 /samples/OAuthServiceProvider/Code/OAuth2AuthorizationServer.cs | |
parent | 0af634db187612b552b7fb257580e7503227b10d (diff) | |
download | DotNetOpenAuth-9b4b44455d65be769815d7ccc08ae1601c996b7c.zip DotNetOpenAuth-9b4b44455d65be769815d7ccc08ae1601c996b7c.tar.gz DotNetOpenAuth-9b4b44455d65be769815d7ccc08ae1601c996b7c.tar.bz2 |
Removed last tie between OAuth 2.0 and OAuth 1.0 in the code.
Diffstat (limited to 'samples/OAuthServiceProvider/Code/OAuth2AuthorizationServer.cs')
-rw-r--r-- | samples/OAuthServiceProvider/Code/OAuth2AuthorizationServer.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/OAuthServiceProvider/Code/OAuth2AuthorizationServer.cs b/samples/OAuthServiceProvider/Code/OAuth2AuthorizationServer.cs index a0234e2..00503c4 100644 --- a/samples/OAuthServiceProvider/Code/OAuth2AuthorizationServer.cs +++ b/samples/OAuthServiceProvider/Code/OAuth2AuthorizationServer.cs @@ -6,7 +6,6 @@ using System.Web; using DotNetOpenAuth.Messaging; using DotNetOpenAuth.Messaging.Bindings; - using DotNetOpenAuth.OAuth.ChannelElements; using DotNetOpenAuth.OAuth2; using DotNetOpenAuth.OAuth2.ChannelElements; |