mirror of
https://github.com/actions/runner.git
synced 2026-01-01 15:07:38 +08:00
delete more unused code. (#230)
* delete more unused code. * pr feedback.
This commit is contained in:
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user