IAuthenticationSignOutHandler Interface

Définition

Permet de déterminer si un gestionnaire prend en charge SignOut.

public interface class IAuthenticationSignOutHandler : Microsoft::AspNetCore::Authentication::IAuthenticationHandler
public interface IAuthenticationSignOutHandler : Microsoft.AspNetCore.Authentication.IAuthenticationHandler
type IAuthenticationSignOutHandler = interface
    interface IAuthenticationHandler
Public Interface IAuthenticationSignOutHandler
Implements IAuthenticationHandler
Dérivé
Implémente

Méthodes

AuthenticateAsync()

Authentifiez la requête actuelle.

(Hérité de IAuthenticationHandler)
ChallengeAsync(AuthenticationProperties)

Défiez la requête actuelle.

(Hérité de IAuthenticationHandler)
ForbidAsync(AuthenticationProperties)

Interdire la requête actuelle.

(Hérité de IAuthenticationHandler)
InitializeAsync(AuthenticationScheme, HttpContext)

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

(Hérité de IAuthenticationHandler)
SignOutAsync(AuthenticationProperties)

Comportement de déconnexion.

S’applique à