//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Timeline.Auth { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// This class was generated by MSBuild using the GenerateResource task. /// To add or remove a member, edit your .resx file then rerun MSBuild. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Build.Tasks.StronglyTypedResourceBuilder", "15.1.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resource { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resource() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Timeline.Auth.Resource", typeof(Resource).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to User identitifier claim is of bad format.. /// internal static string ExceptionUserIdentifierClaimBadFormat { get { return ResourceManager.GetString("ExceptionUserIdentifierClaimBadFormat", resourceCulture); } } /// /// Looks up a localized string similar to Token is found in authorization header. Token is {0} .. /// internal static string LogTokenFoundInHeader { get { return ResourceManager.GetString("LogTokenFoundInHeader", resourceCulture); } } /// /// Looks up a localized string similar to Token is found in query param with key "{0}". Token is {1} .. /// internal static string LogTokenFoundInQuery { get { return ResourceManager.GetString("LogTokenFoundInQuery", resourceCulture); } } /// /// Looks up a localized string similar to No jwt token is found.. /// internal static string LogTokenNotFound { get { return ResourceManager.GetString("LogTokenNotFound", resourceCulture); } } /// /// Looks up a localized string similar to A jwt token validation failed. Error reason: {0}. /// internal static string LogTokenValidationFail { get { return ResourceManager.GetString("LogTokenValidationFail", resourceCulture); } } /// /// Looks up a localized string similar to You must use a token to authenticate to access this resource.. /// internal static string MessageNoToken { get { return ResourceManager.GetString("MessageNoToken", resourceCulture); } } /// /// Looks up a localized string similar to The token is expired. Please create a new one.. /// internal static string MessageTokenExpired { get { return ResourceManager.GetString("MessageTokenExpired", resourceCulture); } } /// /// Looks up a localized string similar to The token is invalid.. /// internal static string MessageTokenInvalid { get { return ResourceManager.GetString("MessageTokenInvalid", resourceCulture); } } } }