IAuthenticationSignOutHandler 인터페이스

정의

처리기가 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
파생
구현

메서드

AuthenticateAsync()

현재 요청을 인증합니다.

(다음에서 상속됨 IAuthenticationHandler)
ChallengeAsync(AuthenticationProperties)

현재 요청에 이의를 제기합니다.

(다음에서 상속됨 IAuthenticationHandler)
ForbidAsync(AuthenticationProperties)

현재 요청을 금지합니다.

(다음에서 상속됨 IAuthenticationHandler)
InitializeAsync(AuthenticationScheme, HttpContext)

인증 처리기를 초기화합니다. 처리기는 이 메서드의 일부로 요청 및 구성표에서 필요한 모든 항목을 초기화해야 합니다.

(다음에서 상속됨 IAuthenticationHandler)
SignOutAsync(AuthenticationProperties)

로그아웃 동작.

적용 대상