summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-04-01 07:10:53 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-04-01 08:14:47 -0700
commit3dc6c8214242cecadaa9d6c63f083f68c58597fd (patch)
tree91ae359a52fe863cf5851b77faaa45ff43566ca2 /src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements
parentefae8ebd730873ce485d07638513be86d8a0a9d2 (diff)
downloadDotNetOpenAuth-3dc6c8214242cecadaa9d6c63f083f68c58597fd.zip
DotNetOpenAuth-3dc6c8214242cecadaa9d6c63f083f68c58597fd.tar.gz
DotNetOpenAuth-3dc6c8214242cecadaa9d6c63f083f68c58597fd.tar.bz2
Corrected old name of nonce store property.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements')
-rw-r--r--src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements/AuthorizationCode.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements/AuthorizationCode.cs b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements/AuthorizationCode.cs
index f5f25b2..a62403b 100644
--- a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements/AuthorizationCode.cs
+++ b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements/AuthorizationCode.cs
@@ -79,7 +79,7 @@ namespace DotNetOpenAuth.OAuth2.ChannelElements {
encrypted: true,
compressed: false,
maximumAge: MaximumMessageAge,
- decodeOnceOnly: authorizationServer.VerificationCodeNonceStore);
+ decodeOnceOnly: authorizationServer.NonceStore);
}
/// <summary>