IAuthenticationSignInHandler Rozhraní

Definice

Používá se k určení, jestli obslužná rutina podporuje 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
Odvozené
Implementuje

Metody

AuthenticateAsync()

Ověřte aktuální požadavek.

(Zděděno od IAuthenticationHandler)
ChallengeAsync(AuthenticationProperties)

Zpochybte aktuální požadavek.

(Zděděno od IAuthenticationHandler)
ForbidAsync(AuthenticationProperties)

Zakažte aktuální požadavek.

(Zděděno od IAuthenticationHandler)
InitializeAsync(AuthenticationScheme, HttpContext)

Inicializace obslužné rutiny ověřování Obslužná rutina by měla inicializovat vše, co potřebuje, z požadavku a schématu jako součást této metody.

(Zděděno od IAuthenticationHandler)
SignInAsync(ClaimsPrincipal, AuthenticationProperties)

Zpracujte přihlášení.

SignOutAsync(AuthenticationProperties)

Chování při odhlašování.

(Zděděno od IAuthenticationSignOutHandler)

Platí pro