Share via


TwitterHandler.HandleRemoteAuthenticateAsync Metodo

Definizione

Autenticare l'identità utente con il provider di identità.

Il metodo elabora la richiesta nell'endpoint definito da 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)

Restituisce

Si applica a