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