Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface Microsoft.​AspNetCore.​Authentication.​IAuthenticationRequestHandler
Assembly: Microsoft.AspNetCore.Authentication.Abstractions
Implemented Interfaces
Used to determine if a handler wants to participate in request processing.
Methods
System.​Threading.​Tasks.​Task<​bool>
HandleRequestAsync​()
Gets a value that determines if the request should stop being processed.
<para>
This feature is supported by the Authentication middleware
which does not invoke any subsequent <see cref="T:Microsoft.AspNetCore.Authentication.IAuthenticationHandler" /> or middleware configured in the request pipeline
if the handler returns <see langword="true" />.
</para>
Returns <see langword="true" /> if request processing should stop.