IAuthenticationSignOutHandler Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |