diff options
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.Client/OAuth2/OAuth2Strings.Designer.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth2.Client/OAuth2/OAuth2Strings.Designer.cs | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.Client/OAuth2/OAuth2Strings.Designer.cs b/src/DotNetOpenAuth.OAuth2.Client/OAuth2/OAuth2Strings.Designer.cs index 74c0685..2395cb8 100644 --- a/src/DotNetOpenAuth.OAuth2.Client/OAuth2/OAuth2Strings.Designer.cs +++ b/src/DotNetOpenAuth.OAuth2.Client/OAuth2/OAuth2Strings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:4.0.30319.261 +// Runtime Version:4.0.30319.17614 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -88,6 +88,15 @@ namespace DotNetOpenAuth.OAuth2 { } /// <summary> + /// Looks up a localized string similar to Failed to obtain access token. Authorization Server reports reason: {0}. + /// </summary> + internal static string CannotObtainAccessTokenWithReason { + get { + return ResourceManager.GetString("CannotObtainAccessTokenWithReason", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to The property {0} must be set before this operation is allowed.. /// </summary> internal static string RequiredPropertyNotYetPreset { @@ -95,5 +104,14 @@ namespace DotNetOpenAuth.OAuth2 { return ResourceManager.GetString("RequiredPropertyNotYetPreset", resourceCulture); } } + + /// <summary> + /// Looks up a localized string similar to Unexpected response Content-Type {0}. + /// </summary> + internal static string UnexpectedResponseContentType { + get { + return ResourceManager.GetString("UnexpectedResponseContentType", resourceCulture); + } + } } } |