From da9139b7bab95f6e5ba5f4bb2d99011c2d6db03a Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 23 Mar 2022 21:30:14 +0800 Subject: … MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Timeline/Services/Token/Resource.Designer.cs | 276 ++++++--------------- 1 file changed, 78 insertions(+), 198 deletions(-) (limited to 'BackEnd/Timeline/Services/Token/Resource.Designer.cs') diff --git a/BackEnd/Timeline/Services/Token/Resource.Designer.cs b/BackEnd/Timeline/Services/Token/Resource.Designer.cs index ac6f3707..c1bd30ef 100644 --- a/BackEnd/Timeline/Services/Token/Resource.Designer.cs +++ b/BackEnd/Timeline/Services/Token/Resource.Designer.cs @@ -1,198 +1,78 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Timeline.Services.Token { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.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.Services.Token.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 Jwt key is not found. Maybe you forget to do the migration.. - /// - internal static string ExceptionJwtKeyNotExist { - get { - return ResourceManager.GetString("ExceptionJwtKeyNotExist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The token didn't pass verification because {0}.. - /// - internal static string ExceptionJwtUserTokenBadFormat { - get { - return ResourceManager.GetString("ExceptionJwtUserTokenBadFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to id claim is not a number. - /// - internal static string ExceptionJwtUserTokenBadFormatReasonIdBadFormat { - get { - return ResourceManager.GetString("ExceptionJwtUserTokenBadFormatReasonIdBadFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to id claim does not exist. - /// - internal static string ExceptionJwtUserTokenBadFormatReasonIdMissing { - get { - return ResourceManager.GetString("ExceptionJwtUserTokenBadFormatReasonIdMissing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to other error, see inner exception for information. - /// - internal static string ExceptionJwtUserTokenBadFormatReasonOthers { - get { - return ResourceManager.GetString("ExceptionJwtUserTokenBadFormatReasonOthers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to unknown error. - /// - internal static string ExceptionJwtUserTokenBadFormatReasonUnknown { - get { - return ResourceManager.GetString("ExceptionJwtUserTokenBadFormatReasonUnknown", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to version claim is not a number.. - /// - internal static string ExceptionJwtUserTokenBadFormatReasonVersionBadFormat { - get { - return ResourceManager.GetString("ExceptionJwtUserTokenBadFormatReasonVersionBadFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to version claim does not exist.. - /// - internal static string ExceptionJwtUserTokenBadFormatReasonVersionMissing { - get { - return ResourceManager.GetString("ExceptionJwtUserTokenBadFormatReasonVersionMissing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The token is of bad format, which means it may not be created by the server.. - /// - internal static string ExceptionUserTokenBadFormat { - get { - return ResourceManager.GetString("ExceptionUserTokenBadFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The token is expired because its expiration time has passed.. - /// - internal static string ExceptionUserTokenTimeExpired { - get { - return ResourceManager.GetString("ExceptionUserTokenTimeExpired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The owner user of the token does not exist.. - /// - internal static string ExceptionUserTokenUserNotExist { - get { - return ResourceManager.GetString("ExceptionUserTokenUserNotExist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The token is of bad version.. - /// - internal static string ExceptionUserTokenVersionExpired { - get { - return ResourceManager.GetString("ExceptionUserTokenVersionExpired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A token is created for user with username={0}, id={1}.. - /// - internal static string LogTokenCreate { - get { - return ResourceManager.GetString("LogTokenCreate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A token of user with username = {0}, id = {1} is verified successfully.. - /// - internal static string LogTokenVerified { - get { - return ResourceManager.GetString("LogTokenVerified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A token fails to be verified.. - /// - internal static string LogTokenVerifiedFail { - get { - return ResourceManager.GetString("LogTokenVerifiedFail", resourceCulture); - } - } - } -} +//------------------------------------------------------------------------------ +// +// 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.Services.Token { + 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.Services.Token.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 The token is expired because its expiration time has passed.. + /// + internal static string ExceptionUserTokenExpired { + get { + return ResourceManager.GetString("ExceptionUserTokenExpired", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The token is invalid.. + /// + internal static string ExceptionUserTokenInvalid { + get { + return ResourceManager.GetString("ExceptionUserTokenInvalid", resourceCulture); + } + } + } +} -- cgit v1.2.3