IAuthenticationHandler Interfaz

Definición

Creado por solicitud para controlar la autenticación de un esquema determinado.

public interface class IAuthenticationHandler
public interface IAuthenticationHandler
type IAuthenticationHandler = interface
Public Interface IAuthenticationHandler
Derivado

Métodos

AuthenticateAsync()

Autentique la solicitud actual.

ChallengeAsync(AuthenticationProperties)

Desafío de la solicitud actual.

ForbidAsync(AuthenticationProperties)

Prohibir la solicitud actual.

InitializeAsync(AuthenticationScheme, HttpContext)

Inicialice el controlador de autenticación. El controlador debe inicializar todo lo que necesite de la solicitud y el esquema como parte de este método.

Se aplica a