summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-06-23 06:40:35 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-06-24 17:08:39 -0700
commit2ccbade32869d9c24c5d49ca07f1a2046da73f1a (patch)
tree88794a5d6e4d03d67a66f62636c5277ba44c9332
parenta8a9269458d8e6d8d0f64143e63e94ad665cefdf (diff)
downloadDotNetOpenAuth-2ccbade32869d9c24c5d49ca07f1a2046da73f1a.zip
DotNetOpenAuth-2ccbade32869d9c24c5d49ca07f1a2046da73f1a.tar.gz
DotNetOpenAuth-2ccbade32869d9c24c5d49ca07f1a2046da73f1a.tar.bz2
Fixed message type.
-rw-r--r--src/DotNetOpenAuth/OAuthWrap/ChannelElements/OAuthWrapAuthorizationServerChannel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OAuthWrap/ChannelElements/OAuthWrapAuthorizationServerChannel.cs b/src/DotNetOpenAuth/OAuthWrap/ChannelElements/OAuthWrapAuthorizationServerChannel.cs
index 0dda8ec..029d583 100644
--- a/src/DotNetOpenAuth/OAuthWrap/ChannelElements/OAuthWrapAuthorizationServerChannel.cs
+++ b/src/DotNetOpenAuth/OAuthWrap/ChannelElements/OAuthWrapAuthorizationServerChannel.cs
@@ -43,7 +43,7 @@ namespace DotNetOpenAuth.OAuthWrap.ChannelElements {
typeof(Messages.UserNamePasswordVerificationResponse),
typeof(Messages.UserNamePasswordFailedResponse),
typeof(Messages.UsernamePasswordCaptchaResponse),
- typeof(Messages.EndUserAuthorizationRequest),
+ typeof(Messages.WebServerRequest),
typeof(Messages.WebServerSuccessResponse),
typeof(Messages.WebServerFailedResponse),
typeof(Messages.WebServerAccessTokenRequest),