다음을 통해 공유


PFAuthenticationLoginWithNintendoServiceAccountAsync

닌텐도 서비스 계정 토큰으로 사용자를 로그인합니다.

구문

HRESULT PFAuthenticationLoginWithNintendoServiceAccountAsync(  
    PFServiceConfigHandle serviceConfigHandle,  
    const PFAuthenticationLoginWithNintendoServiceAccountRequest* request,  
    XAsyncBlock* async  
)  

매개 변수

serviceConfigHandle PFServiceConfigHandle

PFServiceConfigCreateHandle 호출에서 반환된 PFServiceConfigHandle입니다.

request PFAuthenticationLoginWithNintendoServiceAccountRequest*

채워진 요청 개체입니다.

async XAsyncBlock*
Inout

비동기 작업을 위한 XAsyncBlock입니다.

반환 값

형식: HRESULT

이 API 작업에 대한 결과 코드입니다.

설명

이 API는 닌텐도 스위치에서 사용할 수 있습니다. ClientLinkNintendoServiceAccountAsync, ClientUnlinkNintendoServiceAccountAsync도 참조하세요. 비동기 작업이 완료되면 PFAuthenticationLoginWithNintendoServiceAccountGetResult를 호출하여 결과를 가져옵니다.

요구 사항

헤더: PFAuthentication.h

참고 항목

PFAuthentication 멤버