IJwtBearerEvents.AuthenticationFailed(AuthenticationFailedContext) メソッド

定義

要求の処理中に例外がスローされた場合に呼び出されます。 この例外は、抑制しない限り、このイベントの後で再度スローされます。

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

パラメーター

戻り値

適用対象