delete more unused code. (#230)

* delete more unused code.

* pr feedback.
This commit is contained in:
Tingluo Huang
2019-12-17 16:47:14 -05:00
committed by GitHub
parent d0a4a41a63
commit 91b7e7a07a
17 changed files with 33 additions and 1489 deletions

View File

@@ -4,7 +4,6 @@ namespace GitHub.Services.WebApi
{
public static class JwtResources
{
public static string ActorValidationException()
{
const string Format = @"The ActorToken within the JsonWebToken is invalid.";
@@ -95,12 +94,6 @@ namespace GitHub.Services.WebApi
return Format;
}
public static string SymmetricSecurityKeyNotFound()
{
const string Format = @"The supplied Signing Credential is not a SymmetricSigningCredential and does not match the Signature Algorithm.";
return Format;
}
public static string TokenExpiredException()
{
const string Format = @"The token is expired.";