summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/CoordinatingOAuth2ClientChannel.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-12-24 07:18:24 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-12-24 07:18:24 -0800
commit8505f8ddcb35958e3b81ee90f54b0efbde13f693 (patch)
tree1451e89521445593087a55bd9729de8f743cf032 /src/DotNetOpenAuth.Test/Mocks/CoordinatingOAuth2ClientChannel.cs
parentc7509b6d29ffe07098d0c2b81acbd1af34e1c076 (diff)
downloadDotNetOpenAuth-8505f8ddcb35958e3b81ee90f54b0efbde13f693.zip
DotNetOpenAuth-8505f8ddcb35958e3b81ee90f54b0efbde13f693.tar.gz
DotNetOpenAuth-8505f8ddcb35958e3b81ee90f54b0efbde13f693.tar.bz2
Adds ability for OAuth 2 clients to accept deeper access token JSON responses.
Fixes #168
Diffstat (limited to 'src/DotNetOpenAuth.Test/Mocks/CoordinatingOAuth2ClientChannel.cs')
-rw-r--r--src/DotNetOpenAuth.Test/Mocks/CoordinatingOAuth2ClientChannel.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/Mocks/CoordinatingOAuth2ClientChannel.cs b/src/DotNetOpenAuth.Test/Mocks/CoordinatingOAuth2ClientChannel.cs
index 52f381d..96091ac 100644
--- a/src/DotNetOpenAuth.Test/Mocks/CoordinatingOAuth2ClientChannel.cs
+++ b/src/DotNetOpenAuth.Test/Mocks/CoordinatingOAuth2ClientChannel.cs
@@ -29,5 +29,9 @@ namespace DotNetOpenAuth.Test.Mocks {
get { return this.wrappedChannel.ClientCredentialApplicator; }
set { this.wrappedChannel.ClientCredentialApplicator = value; }
}
+
+ public System.Xml.XmlDictionaryReaderQuotas JsonReaderQuotas {
+ get { return this.XmlDictionaryReaderQuotas; }
+ }
}
} \ No newline at end of file