IAuthenticationSignOutHandler Interface

Definição

Usado para determinar se um manipulador dá suporte a 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
Derivado
Implementações

Métodos

AuthenticateAsync()

Autentique a solicitação atual.

(Herdado de IAuthenticationHandler)
ChallengeAsync(AuthenticationProperties)

Desafie a solicitação atual.

(Herdado de IAuthenticationHandler)
ForbidAsync(AuthenticationProperties)

Proíba a solicitação atual.

(Herdado de IAuthenticationHandler)
InitializeAsync(AuthenticationScheme, HttpContext)

Inicialize o manipulador de autenticação. O manipulador deve inicializar tudo o que precisar da solicitação e do esquema como parte desse método.

(Herdado de IAuthenticationHandler)
SignOutAsync(AuthenticationProperties)

Comportamento de saída.

Aplica-se a