summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/RelyingParty/FailedAuthenticationResponse.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenId/RelyingParty/FailedAuthenticationResponse.cs')
-rw-r--r--src/DotNetOpenId/RelyingParty/FailedAuthenticationResponse.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DotNetOpenId/RelyingParty/FailedAuthenticationResponse.cs b/src/DotNetOpenId/RelyingParty/FailedAuthenticationResponse.cs
index 96e9846..e622d53 100644
--- a/src/DotNetOpenId/RelyingParty/FailedAuthenticationResponse.cs
+++ b/src/DotNetOpenId/RelyingParty/FailedAuthenticationResponse.cs
@@ -12,10 +12,6 @@ namespace DotNetOpenId.RelyingParty {
#region IAuthenticationResponse Members
- public IDictionary<string, string> GetExtensionArguments(string extensionTypeUri) {
- return new Dictionary<string, string>();
- }
-
public T GetExtension<T>() where T : DotNetOpenId.Extensions.IExtensionResponse, new() {
return default(T);
}