diff options
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.Client/OAuth2/OAuth2Strings.Designer.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth2.Client/OAuth2/OAuth2Strings.Designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.Client/OAuth2/OAuth2Strings.Designer.cs b/src/DotNetOpenAuth.OAuth2.Client/OAuth2/OAuth2Strings.Designer.cs index 72701d3..d140b7e 100644 --- a/src/DotNetOpenAuth.OAuth2.Client/OAuth2/OAuth2Strings.Designer.cs +++ b/src/DotNetOpenAuth.OAuth2.Client/OAuth2/OAuth2Strings.Designer.cs @@ -86,5 +86,14 @@ namespace DotNetOpenAuth.OAuth2 { return ResourceManager.GetString("AuthorizationResponseUnexpectedMismatch", 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 { + get { + return ResourceManager.GetString("RequiredPropertyNotYetPreset", resourceCulture); + } + } } } |