From 9adfa3c8311f4ace9388dc805f1a4df6fba97f0e Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 24 Apr 2021 19:13:35 +0800 Subject: refactor: Refactor auth handler messages. --- BackEnd/Timeline/Auth/Resource.resx | 150 ++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 BackEnd/Timeline/Auth/Resource.resx (limited to 'BackEnd/Timeline/Auth/Resource.resx') diff --git a/BackEnd/Timeline/Auth/Resource.resx b/BackEnd/Timeline/Auth/Resource.resx new file mode 100644 index 00000000..21f2b2de --- /dev/null +++ b/BackEnd/Timeline/Auth/Resource.resx @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Token is found in authorization header. Token is {0} . + + + Token is found in query param with key "{0}". Token is {1} . + + + No jwt token is found. + + + A jwt token validation failed. Error reason: {0} + + + You must use a token to authenticate to access this resource. + + + The token is of bad format. It might not be created by this server. + + + The token is out of date and expired. Please create a new one. + + + A unknown error occured when verify token. + + + The owner of the token does not exist. It might have been deleted. + + + The token is of old version and expired. Please create a new one. + + \ No newline at end of file -- cgit v1.2.3