Skip to content

Commit

Permalink
Fix typo for ValidateToken documentation (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
akiller authored Mar 23, 2021
1 parent d85bb4a commit 79d586b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ public override SecurityToken ReadToken(XmlReader reader, TokenValidationParamet
/// <exception cref="SecurityTokenReplayDetectedException"><paramref name="token"/> is found in the cache.</exception>
/// <returns> A <see cref="ClaimsPrincipal"/> from the JWT. Does not include claims found in the JWT header.</returns>
/// <remarks>
/// Many of the exceptions listed above are not thrown directly from this method. See <see cref="Validators"/> to examin the call graph.
/// Many of the exceptions listed above are not thrown directly from this method. See <see cref="Validators"/> to examine the call graph.
/// </remarks>
public override ClaimsPrincipal ValidateToken(string token, TokenValidationParameters validationParameters, out SecurityToken validatedToken)
{
Expand Down

0 comments on commit 79d586b

Please sign in to comment.