Compartilhar via


JwtBearerHandler.HandleAuthenticateAsync Método

Definição

Pesquisa o cabeçalho 'Authorization' para um token 'Bearer'. Se o token 'Portador' for encontrado, ele será validado usando TokenValidationParameters definido nas opções.

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)

Retornos

Aplica-se a