IAuthenticationHandler 인터페이스

정의

특정 스키마에 대한 인증을 처리하기 위해 요청별로 생성됩니다.

public interface class IAuthenticationHandler
public interface IAuthenticationHandler
type IAuthenticationHandler = interface
Public Interface IAuthenticationHandler
파생

메서드

AuthenticateAsync()

현재 요청을 인증합니다.

ChallengeAsync(AuthenticationProperties)

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

ForbidAsync(AuthenticationProperties)

현재 요청을 금지합니다.

InitializeAsync(AuthenticationScheme, HttpContext)

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

적용 대상