Share via


IAuthenticationSignOutHandler Rozhraní

Definice

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

Metody

AuthenticateAsync()

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

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

Zpochybníte 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)

Inicializuje obslužnou rutinu 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)
SignOutAsync(AuthenticationProperties)

Chování při odhlášení.

Platí pro