summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.resx
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-02-12 20:47:39 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-02-12 20:47:39 -0800
commitd292b0269f189720610314340e9580c9ccc53bdc (patch)
tree8adba3f1186a69a5b79779eacde5ff5d5dda4fc0 /src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.resx
parentbefe2ee53f3f1e60397a741765661b340a0162a8 (diff)
downloadDotNetOpenAuth-d292b0269f189720610314340e9580c9ccc53bdc.zip
DotNetOpenAuth-d292b0269f189720610314340e9580c9ccc53bdc.tar.gz
DotNetOpenAuth-d292b0269f189720610314340e9580c9ccc53bdc.tar.bz2
Added valid scope token verification.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.resx')
-rw-r--r--src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.resx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.resx b/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.resx
index faa9fe5..9f920e7 100644
--- a/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.resx
+++ b/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.resx
@@ -141,6 +141,9 @@
<data name="InvalidClientCredentials" xml:space="preserve">
<value>Failed to obtain access token due to invalid Client Identifier or Client Secret.</value>
</data>
+ <data name="InvalidScopeToken" xml:space="preserve">
+ <value>The scope token "{0}" contains illegal characters or is empty.</value>
+ </data>
<data name="NoCallback" xml:space="preserve">
<value>No callback URI was available for this request.</value>
</data>