Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 committed Jul 1, 2024
1 parent e88a191 commit 74c58c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ protected virtual void ValidateNonce(OpenIdConnectProtocolValidationContext vali
/// </summary>
/// <param name="validationContext">A <see cref="OpenIdConnectProtocolValidationContext"/> that contains the 'state' to validate.</param>
/// <exception cref="ArgumentNullException">Thrown if <paramref name="validationContext"/> is null.</exception>
/// <exception cref="ArgumentNullException">Thrown if <see cref="OpenIdConnectProtocolValidationContext.ProcotolMessage"/> is null.</exception>
/// <exception cref="ArgumentNullException">Thrown if <see cref="OpenIdConnectProtocolValidationContext.ProtocolMessage"/> is null.</exception>
/// <exception cref="OpenIdConnectProtocolInvalidStateException">Thrown if <see cref="OpenIdConnectProtocolValidationContext.State"/> is present in <see cref="OpenIdConnectProtocolValidationContext.State"/> but either <see cref="OpenIdConnectProtocolValidationContext.ProtocolMessage"/> or its state property is null.</exception>
/// <exception cref="OpenIdConnectProtocolInvalidStateException">Thrown if 'state' in the context does not match the state in the message.</exception>
protected virtual void ValidateState(OpenIdConnectProtocolValidationContext validationContext)
Expand Down

0 comments on commit 74c58c7

Please sign in to comment.