IAuthenticationHandler Interfaz

Definición

Se crea 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 a la solicitud actual.

ForbidAsync(AuthenticationProperties)

Prohíba la solicitud actual.

InitializeAsync(AuthenticationScheme, HttpContext)

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

Se aplica a