IAuthenticationHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Created per request to handle authentication for a particular scheme.
public interface class IAuthenticationHandler
public interface IAuthenticationHandler
type IAuthenticationHandler = interface
Public Interface IAuthenticationHandler
- Derived
Methods
AuthenticateAsync() |
Authenticate the current request. |
ChallengeAsync(AuthenticationProperties) |
Challenge the current request. |
ForbidAsync(AuthenticationProperties) |
Forbid the current request. |
InitializeAsync(AuthenticationScheme, HttpContext) |
Initialize the authentication handler. The handler should initialize anything it needs from the request and scheme as part of this method. |