summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/OAuth2.ashx
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OAuthServiceProvider/OAuth2.ashx')
-rw-r--r--samples/OAuthServiceProvider/OAuth2.ashx1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/OAuthServiceProvider/OAuth2.ashx b/samples/OAuthServiceProvider/OAuth2.ashx
new file mode 100644
index 0000000..e36a105
--- /dev/null
+++ b/samples/OAuthServiceProvider/OAuth2.ashx
@@ -0,0 +1 @@
+<%@ WebHandler Language="C#" CodeBehind="OAuth2.ashx.cs" Class="OAuthServiceProvider.OAuth2" %>