Skip to content

Commit

Permalink
Fix typo in System.IdentityModel.Tokens.Jwt.JwtSecurityToken (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
OptoCloud authored Nov 27, 2022
1 parent cd8beaa commit 87be17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.IdentityModel.Tokens.Jwt/JwtSecurityToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public virtual string EncodedPayload
public JwtHeader Header { get; internal set; }

/// <summary>
/// Gets the 'value' of the 'JWT ID' claim { jti, ''value' }.
/// Gets the 'value' of the 'JWT ID' claim { jti, 'value' }.
/// </summary>
/// <remarks>If the 'JWT ID' claim is not found, an empty string is returned.</remarks>
public override string Id
Expand Down

0 comments on commit 87be17b

Please sign in to comment.