AppleSignInAuthenticator.AuthenticateAsync 메서드

정의

기본 Apple 로그인 인증 요청을 수행합니다.

public static System.Threading.Tasks.Task<Microsoft.Maui.Authentication.WebAuthenticatorResult> AuthenticateAsync (Microsoft.Maui.Authentication.AppleSignInAuthenticator.Options? options = default);
static member AuthenticateAsync : Microsoft.Maui.Authentication.AppleSignInAuthenticator.Options -> System.Threading.Tasks.Task<Microsoft.Maui.Authentication.WebAuthenticatorResult>
Public Shared Function AuthenticateAsync (Optional options As AppleSignInAuthenticator.Options = Nothing) As Task(Of WebAuthenticatorResult)

매개 변수

options
AppleSignInAuthenticator.Options

추가 로그인 옵션.

반환

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

적용 대상