Partager via


JwtBearerHandler.HandleAuthenticateAsync Méthode

Définition

Recherche dans l’en-tête « Authorization » un jeton « Porteur ». Si le jeton « Porteur » est trouvé, il est validé à l’aide TokenValidationParameters de défini dans les options.

protected:
 override System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticateResult ^> ^ HandleAuthenticateAsync();
protected override System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult> HandleAuthenticateAsync ();
override this.HandleAuthenticateAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult>
Protected Overrides Function HandleAuthenticateAsync () As Task(Of AuthenticateResult)

Retours

S’applique à