Allows customization of validation handling within the middleware.
 /// <summary>
 /// Creates a new instance of the <see cref="OAuthValidationOptions"/> class.
 /// </summary>
 public OAuthValidationOptions()
 {
     Events = new OAuthValidationEvents();
 }