Share via


JwtBearerHandler.HandleAuthenticateAsync Methode

Definition

Durchsucht den Header "Authorization" nach einem "Bearer"-Token. Wenn das Token "Bearer" gefunden wird, wird es mithilfe von TokenValidationParameters set in den Optionen überprüft.

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)

Gibt zurück

Gilt für: