JwtBearerEvents.Challenge(JwtBearerChallengeContext) 方法

定义

在质询发送回调用方之前调用。

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

参数

返回

实现

适用于