다음을 통해 공유


JwtBearerEvents.OnAuthenticationFailed 속성

정의

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

public:
 property Func<Microsoft::AspNetCore::Authentication::JwtBearer::AuthenticationFailedContext ^, System::Threading::Tasks::Task ^> ^ OnAuthenticationFailed { Func<Microsoft::AspNetCore::Authentication::JwtBearer::AuthenticationFailedContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::JwtBearer::AuthenticationFailedContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.JwtBearer.AuthenticationFailedContext,System.Threading.Tasks.Task> OnAuthenticationFailed { get; set; }
member this.OnAuthenticationFailed : Func<Microsoft.AspNetCore.Authentication.JwtBearer.AuthenticationFailedContext, System.Threading.Tasks.Task> with get, set
Public Property OnAuthenticationFailed As Func(Of AuthenticationFailedContext, Task)

속성 값

적용 대상