Skip to content

Commit

Permalink
removing unneeded string
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLozensky committed May 19, 2024
1 parent 17fb1a9 commit b9acea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/System.IdentityModel.Tokens.Jwt/LogMessages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ internal static class LogMessages
internal const string IDX12721 = "IDX12721: Creating JwtSecurityToken: Issuer: '{0}', Audience: '{1}'";
internal const string IDX12722 = "IDX12722: Creating security token from the header: '{0}', payload: '{1}'.";
internal const string IDX12723 = "IDX12723: Unable to decode the payload '{0}' as Base64Url encoded string.";
internal const string IDX12724 = "IDX12724: Invalid audience provided, type must be of string, IEnumerable<string>, Uri, or IEnumerable<Uri> type provided was {0}";
internal const string IDX12729 = "IDX12729: Unable to decode the header '{0}' as Base64Url encoded string.";
internal const string IDX12730 = "IDX12730: Failed to create the token encryption provider.";
internal const string IDX12735 = "IDX12735: If JwtSecurityToken.InnerToken != null, then JwtSecurityToken.Header.EncryptingCredentials must be set.";
Expand Down

0 comments on commit b9acea0

Please sign in to comment.