RemoteAuthenticationHandler<TOptions>.HandleRemoteAuthenticateAsync Method

Definition

Authenticate the user identity with the identity provider.

The method process the request on the endpoint defined by 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)

Returns

Applies to