IAuthenticationSignInHandler Interface

Définition

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

public interface class IAuthenticationSignInHandler : Microsoft::AspNetCore::Authentication::IAuthenticationSignOutHandler
public interface IAuthenticationSignInHandler : Microsoft.AspNetCore.Authentication.IAuthenticationSignOutHandler
type IAuthenticationSignInHandler = interface
    interface IAuthenticationSignOutHandler
    interface IAuthenticationHandler
type IAuthenticationSignInHandler = interface
    interface IAuthenticationHandler
    interface IAuthenticationSignOutHandler
Public Interface IAuthenticationSignInHandler
Implements IAuthenticationSignOutHandler
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)
SignInAsync(ClaimsPrincipal, AuthenticationProperties)

Gérer la connexion.

SignOutAsync(AuthenticationProperties)

Comportement de déconnexion.

(Hérité de IAuthenticationSignOutHandler)

S’applique à