signOut

로컬에 있는 세션을 제거 한다.
it remove the local session.


korean

로그인 된 모든 Provider 들을 로그아웃 시키며 결과와 상관 없이 로컬 세션을 제거하고 성공 콜백을 준다.
signIn/Out 이 진행중일 경우 IN_PROGRESS 가 발생할 수 있다.

게스트 상태인 player 의 경우 (연동된 Provider 가 하나도 없는 상태) 다시 사인-인 할 수 없게 되니 주의.


english

It logs out all the providers that are logged in, removes the local session and gives a success callback regardless of the result.
IN_PROGRESS may occur when signIn / Out is in progress

Note that in the case of a player in the guest state (no connected Provider), the player will not be able to sign in again.

Parameters

listener

onAuthV4SignOut Sign-out result callback