diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-06 18:01:01 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-06 18:01:01 -0700 |
commit | 8ed398b9151c8fc140379756bd3bd546a46daf05 (patch) | |
tree | 18a7801cf5801da10123176384bbdc8d45ccccde /samples/OAuthServiceProvider/Code | |
parent | eb81c74d8c7c8cc155a56eb7d5b36c5076f88b1f (diff) | |
download | DotNetOpenAuth-8ed398b9151c8fc140379756bd3bd546a46daf05.zip DotNetOpenAuth-8ed398b9151c8fc140379756bd3bd546a46daf05.tar.gz DotNetOpenAuth-8ed398b9151c8fc140379756bd3bd546a46daf05.tar.bz2 |
Renamed WebApp facade classes to WebServer to match messages and flow name.
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 9f345bf..a43cf57 100644 --- a/samples/OAuthServiceProvider/Code/Global.cs +++ b/samples/OAuthServiceProvider/Code/Global.cs @@ -58,7 +58,7 @@ set { HttpContext.Current.Session["authrequest"] = value; } } - public static WebAppAuthorizationServer AuthorizationServer = new WebAppAuthorizationServer(new OAuth2AuthorizationServer()); + public static WebServerAuthorizationServer AuthorizationServer = new WebServerAuthorizationServer(new OAuth2AuthorizationServer()); private static DataClassesDataContext dataContextSimple { get { |