IJwtBearerEvents.AuthenticationFailed(AuthenticationFailedContext) Metoda

Definice

Vyvoláno, pokud jsou výjimky vyvolány během zpracování žádosti. Výjimky budou po této události znovu vyvolány, pokud nejsou potlačeny.

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

Parametry

Návraty

Task

Platí pro