Compartir a través de


JwtBearerHandler.HandleAuthenticateAsync Método

Definición

Busca en el encabezado "Authorization" un token "Bearer". Si se encuentra el token de portador, se valida mediante TokenValidationParameters establecido en las opciones.

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)

Devoluciones

Se aplica a