summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/Code
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-07-18 08:39:11 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-07-18 08:39:11 -0700
commit022490456385e67c7fffaed624529113cd3d8778 (patch)
tree5c5f3486df0d5432c0a5cb1449f1663bbaf6c5a7 /samples/OAuthServiceProvider/Code
parent69d1f3d805269597c945299f270d02a5bbaea429 (diff)
downloadDotNetOpenAuth-022490456385e67c7fffaed624529113cd3d8778.zip
DotNetOpenAuth-022490456385e67c7fffaed624529113cd3d8778.tar.gz
DotNetOpenAuth-022490456385e67c7fffaed624529113cd3d8778.tar.bz2
Renamed WebServerAuthorizationServer to just AuthorizationServer.
Diffstat (limited to 'samples/OAuthServiceProvider/Code')
-rw-r--r--samples/OAuthServiceProvider/Code/Global.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthServiceProvider/Code/Global.cs b/samples/OAuthServiceProvider/Code/Global.cs
index e8bacae..7c2e9f7 100644
--- a/samples/OAuthServiceProvider/Code/Global.cs
+++ b/samples/OAuthServiceProvider/Code/Global.cs
@@ -22,7 +22,7 @@
/// </summary>
public static log4net.ILog Logger = log4net.LogManager.GetLogger("DotNetOpenAuth.OAuthServiceProvider");
- public static WebServerAuthorizationServer AuthorizationServer = new WebServerAuthorizationServer(new OAuth2AuthorizationServer());
+ public static AuthorizationServer AuthorizationServer = new AuthorizationServer(new OAuth2AuthorizationServer());
/// <summary>
/// Gets the transaction-protected database connection for the current request.