summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-02-19 21:35:41 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-02-19 21:35:41 -0800
commit339d48e68b86344bb611ed1db1050d8c2f569927 (patch)
treec1495f55f5feb68b0b40ec929533dbbebc71a24b /src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs
parent2746ec1fabc080c0ce8b088fa342e5ba1178ba70 (diff)
parent061794ec18d2e3286194f6db849d9b3b0bedb7b3 (diff)
downloadDotNetOpenAuth-339d48e68b86344bb611ed1db1050d8c2f569927.zip
DotNetOpenAuth-339d48e68b86344bb611ed1db1050d8c2f569927.tar.gz
DotNetOpenAuth-339d48e68b86344bb611ed1db1050d8c2f569927.tar.bz2
Merge branch 'master' into HEAD
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs')
-rw-r--r--src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs9
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 dcd6139..2167b5f 100644
--- a/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs
+++ b/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs
@@ -160,6 +160,15 @@ namespace DotNetOpenAuth.OAuth2 {
}
/// <summary>
+ /// Looks up a localized string similar to The request message type {0} should not be responded to with a refresh token..
+ /// </summary>
+ internal static string RefreshTokenInappropriateForRequestType {
+ get {
+ return ResourceManager.GetString("RefreshTokenInappropriateForRequestType", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Individual scopes may not contain spaces..
/// </summary>
internal static string ScopesMayNotContainSpaces {