summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/RelyingParty/CheckAuthResponse.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenId/RelyingParty/CheckAuthResponse.cs')
-rw-r--r--src/DotNetOpenId/RelyingParty/CheckAuthResponse.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenId/RelyingParty/CheckAuthResponse.cs b/src/DotNetOpenId/RelyingParty/CheckAuthResponse.cs
index 277a226..297fb82 100644
--- a/src/DotNetOpenId/RelyingParty/CheckAuthResponse.cs
+++ b/src/DotNetOpenId/RelyingParty/CheckAuthResponse.cs
@@ -6,8 +6,8 @@ using System.Diagnostics;
namespace DotNetOpenId.RelyingParty {
[DebuggerDisplay("IsAuthenticationValid: {IsAuthenticationValid}, OpenId: {Protocol.Version}")]
class CheckAuthResponse : DirectResponse {
- public CheckAuthResponse(ServiceEndpoint provider, IDictionary<string, string> args)
- : base(provider, args) {
+ public CheckAuthResponse(OpenIdRelyingParty relyingParty, ServiceEndpoint provider, IDictionary<string, string> args)
+ : base(relyingParty, provider, args) {
}
public string InvalidatedAssociationHandle {