OpenIdConnectEvents.AuthenticationFailed(AuthenticationFailedContext) 메서드

정의

요청 처리 중 예외가 발생하면 호출됩니다. 표시되지 않도록 설정하지 않은 경우 이 이벤트 후에 예외가 다시 발생합니다.

public:
 virtual System::Threading::Tasks::Task ^ AuthenticationFailed(Microsoft::AspNetCore::Authentication::OpenIdConnect::AuthenticationFailedContext ^ context);
public virtual System.Threading.Tasks.Task AuthenticationFailed (Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthenticationFailedContext context);
abstract member AuthenticationFailed : Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthenticationFailedContext -> System.Threading.Tasks.Task
override this.AuthenticationFailed : Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthenticationFailedContext -> System.Threading.Tasks.Task
Public Overridable Function AuthenticationFailed (context As AuthenticationFailedContext) As Task

매개 변수

반환

구현

적용 대상