RemoteAuthenticationHandler<TOptions>.HandleRemoteAuthenticateAsync 메서드

정의

ID 공급자를 사용하여 사용자 ID를 인증합니다.

메서드는 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)

반환

적용 대상