RemoteAuthenticationHandler<TOptions>.HandleRemoteAuthenticateAsync 方法

定义

使用标识提供者对用户标识进行身份验证。

方法处理 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)

返回

适用于