summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/OAuth.ashx
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OAuthServiceProvider/OAuth.ashx')
-rw-r--r--samples/OAuthServiceProvider/OAuth.ashx1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/OAuthServiceProvider/OAuth.ashx b/samples/OAuthServiceProvider/OAuth.ashx
index 46a516f..8a74926 100644
--- a/samples/OAuthServiceProvider/OAuth.ashx
+++ b/samples/OAuthServiceProvider/OAuth.ashx
@@ -8,6 +8,7 @@ using DotNetOpenAuth.OAuth;
using DotNetOpenAuth.OAuth.ChannelElements;
using DotNetOpenAuth.OAuth.Messages;
using DotNetOpenAuth.Messaging;
+using OAuthServiceProvider.Code;
public class OAuth : IHttpHandler, IRequiresSessionState {
ServiceProvider sp;