Condividi tramite


RemoteAuthenticationHandler<TOptions>.HandleRemoteAuthenticateAsync Metodo

Definizione

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

Il metodo elabora la richiesta nell'endpoint definito da CallbackPath.

protected:
 abstract System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticateResult ^> ^ HandleRemoteAuthenticateAsync();
protected:
 abstract System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::HandleRequestResult ^> ^ HandleRemoteAuthenticateAsync();
protected abstract System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult> HandleRemoteAuthenticateAsync ();
protected abstract System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.HandleRequestResult> HandleRemoteAuthenticateAsync ();
abstract member HandleRemoteAuthenticateAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult>
abstract member HandleRemoteAuthenticateAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.HandleRequestResult>
Protected MustOverride Function HandleRemoteAuthenticateAsync () As Task(Of AuthenticateResult)
Protected MustOverride Function HandleRemoteAuthenticateAsync () As Task(Of HandleRequestResult)

Restituisce

Si applica a