playerDelete

계정을 삭제하고 로컬에 있는 세션을 제거 한다.
Delete the account and remove the local session.


korean

서버에 계정 삭제를 요청하고 연동된 모든 Provider 들을 해제 한다.
성공 시 로그인 된 모든 Provider 들을 로그아웃 시키며 로컬 세션을 제거하고 성공 콜백을 준다.
signIn/Out 이 진행중일 경우 IN_PROGRESS 가 발생할 수 있다.


english

Request to the server to delete the account and disconnected all providers.
If success, all logged in providers are logged out, the local session is removed, and a success callback is given.
IN_PROGRESS may occur when signIn / Out is in progress

Parameters

listener

onAuthV4SignOut Delete account result callback