diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-18 08:39:11 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-18 08:39:11 -0700 |
commit | 022490456385e67c7fffaed624529113cd3d8778 (patch) | |
tree | 5c5f3486df0d5432c0a5cb1449f1663bbaf6c5a7 /samples/OAuthServiceProvider/Code | |
parent | 69d1f3d805269597c945299f270d02a5bbaea429 (diff) | |
download | DotNetOpenAuth-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.cs | 2 |
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. |