TwitterHandler.HandleRemoteAuthenticateAsync Méthode

Définition

Authentifiez l’identité de l’utilisateur auprès du fournisseur d’identité.

La méthode traite la requête sur le point de terminaison défini par CallbackPath.

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

Retours

S’applique à