IJwtBearerEvents.Challenge(JwtBearerChallengeContext) Method

Definition

Invoked to apply a challenge sent back to the caller.

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

Parameters

Returns

Applies to