IAuthenticationHandler Interface

Définition

Créé par demande pour gérer l’authentification pour un schéma particulier.

public interface class IAuthenticationHandler
public interface IAuthenticationHandler
type IAuthenticationHandler = interface
Public Interface IAuthenticationHandler
Dérivé

Méthodes

AuthenticateAsync()

Authentifiez la demande actuelle.

ChallengeAsync(AuthenticationProperties)

Défiez la demande actuelle.

ForbidAsync(AuthenticationProperties)

Interdire la demande actuelle.

InitializeAsync(AuthenticationScheme, HttpContext)

Initialisez le gestionnaire d’authentification. Le gestionnaire doit initialiser tout ce dont il a besoin à partir de la demande et du schéma dans le cadre de cette méthode.

S’applique à