diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-02-12 20:47:39 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-02-12 20:47:39 -0800 |
commit | d292b0269f189720610314340e9580c9ccc53bdc (patch) | |
tree | 8adba3f1186a69a5b79779eacde5ff5d5dda4fc0 /src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs | |
parent | befe2ee53f3f1e60397a741765661b340a0162a8 (diff) | |
download | DotNetOpenAuth-d292b0269f189720610314340e9580c9ccc53bdc.zip DotNetOpenAuth-d292b0269f189720610314340e9580c9ccc53bdc.tar.gz DotNetOpenAuth-d292b0269f189720610314340e9580c9ccc53bdc.tar.bz2 |
Added valid scope token verification.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs b/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs index b3482fd..dcd6139 100644 --- a/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs +++ b/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs @@ -133,6 +133,15 @@ namespace DotNetOpenAuth.OAuth2 { } /// <summary> + /// Looks up a localized string similar to The scope token "{0}" contains illegal characters or is empty.. + /// </summary> + internal static string InvalidScopeToken { + get { + return ResourceManager.GetString("InvalidScopeToken", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to No callback URI was available for this request.. /// </summary> internal static string NoCallback { |