Method AuthorizeAsync
AuthorizeAsync(HttpContext, CancellationToken)
Whether this request may proceed. Returning false yields 404, not
403 — an ops surface should not confirm its own existence to an unauthorized caller.
ValueTask<bool> AuthorizeAsync(HttpContext context, CancellationToken ct)
Parameters
contextHttpContextctCancellationToken