You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Microsoft.IdentityModel.JsonWebTokens/JsonWebTokenHandler.ValidateToken.Internal.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ public partial class JsonWebTokenHandler : TokenHandler
24
24
/// <param name="callContext">A <see cref="CallContext"/> that contains call information.</param>
25
25
/// <param name="cancellationToken">A <see cref="CancellationToken"/> that can be used to request cancellation of the asynchronous operation.</param>
26
26
/// <returns>A <see cref="ValidationResult{TResult}"/> with either a <see cref="ValidatedToken"/> if the token was validated or an <see cref="ValidationError"/> with the failure information and exception otherwise.</returns>
Copy file name to clipboardexpand all lines: src/Microsoft.IdentityModel.Tokens.Saml/Saml/SamlSecurityTokenHandler.ValidateToken.Internal.cs
+2-3
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ public partial class SamlSecurityTokenHandler : SecurityTokenHandler
24
24
/// <param name="callContext">A <see cref="CallContext"/> that contains call information.</param>
25
25
/// <param name="cancellationToken">A <see cref="CancellationToken"/> that can be used to request cancellation of the asynchronous operation.</param>
26
26
/// <returns>A <see cref="ValidationResult{TResult}"/> with either a <see cref="ValidatedToken"/> if the token was validated or an <see cref="ValidationError"/> with the failure information and exception otherwise.</returns>
Copy file name to clipboardexpand all lines: src/Microsoft.IdentityModel.Tokens.Saml/Saml2/Saml2SecurityTokenHandler.ValidateToken.Internal.cs
+2-3
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ public partial class Saml2SecurityTokenHandler : SecurityTokenHandler
25
25
/// <param name="callContext">A <see cref="CallContext"/> that contains call information.</param>
26
26
/// <param name="cancellationToken">A <see cref="CancellationToken"/> that can be used to request cancellation of the asynchronous operation.</param>
27
27
/// <returns>A <see cref="ValidationResult{TResult}"/> with either a <see cref="ValidatedToken"/> if the token was validated or an <see cref="ValidationError"/> with the failure information and exception otherwise.</returns>
0 commit comments