IWebAuthenticator.AuthenticateAsync(WebAuthenticatorOptions) 메서드

정의

지정된 URL로 이동하고 콜백 URL 체계로 콜백/리디렉션을 대기하여 인증 흐름을 시작합니다.

public:
 System::Threading::Tasks::Task<Microsoft::Maui::Authentication::WebAuthenticatorResult ^> ^ AuthenticateAsync(Microsoft::Maui::Authentication::WebAuthenticatorOptions ^ webAuthenticatorOptions);
public System.Threading.Tasks.Task<Microsoft.Maui.Authentication.WebAuthenticatorResult> AuthenticateAsync (Microsoft.Maui.Authentication.WebAuthenticatorOptions webAuthenticatorOptions);
abstract member AuthenticateAsync : Microsoft.Maui.Authentication.WebAuthenticatorOptions -> System.Threading.Tasks.Task<Microsoft.Maui.Authentication.WebAuthenticatorResult>
Public Function AuthenticateAsync (webAuthenticatorOptions As WebAuthenticatorOptions) As Task(Of WebAuthenticatorResult)

매개 변수

webAuthenticatorOptions
WebAuthenticatorOptions

WebAuthenticatorOptions 이 인증 호출에 대한 추가 구성을 포함하는 instance.

반환

WebAuthenticatorResult 이 작업의 결과가 있는 개체입니다.

적용 대상