diff options
author | crupest <crupest@outlook.com> | 2021-04-28 19:20:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-28 19:20:40 +0800 |
commit | d922b3241245c9bc1ca6cff8ac69dd7659a958f1 (patch) | |
tree | ecad89ac4933980a54b643d899c339c7d86ae900 /BackEnd/Timeline/Auth/Resource.Designer.cs | |
parent | 66835dcd6812d40bca8d271a7773637f74aaa8d4 (diff) | |
download | timeline-d922b3241245c9bc1ca6cff8ac69dd7659a958f1.tar.gz timeline-d922b3241245c9bc1ca6cff8ac69dd7659a958f1.tar.bz2 timeline-d922b3241245c9bc1ca6cff8ac69dd7659a958f1.zip |
refator: ...
Diffstat (limited to 'BackEnd/Timeline/Auth/Resource.Designer.cs')
-rw-r--r-- | BackEnd/Timeline/Auth/Resource.Designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Auth/Resource.Designer.cs b/BackEnd/Timeline/Auth/Resource.Designer.cs index e9ef970e..05394551 100644 --- a/BackEnd/Timeline/Auth/Resource.Designer.cs +++ b/BackEnd/Timeline/Auth/Resource.Designer.cs @@ -61,6 +61,15 @@ namespace Timeline.Auth { }
/// <summary>
+ /// Looks up a localized string similar to User identitifier claim is of bad format..
+ /// </summary>
+ internal static string ExceptionUserIdentifierClaimBadFormat {
+ get {
+ return ResourceManager.GetString("ExceptionUserIdentifierClaimBadFormat", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Token is found in authorization header. Token is {0} ..
/// </summary>
internal static string LogTokenFoundInHeader {
|