Condividi tramite


JwtBearerEvents.Challenge(JwtBearerChallengeContext) Metodo

Definizione

Richiamato prima che venga inviata una richiesta al chiamante.

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

Parametri

Restituisce

Implementazioni

Si applica a