PlayerInfo

사인-인 유저의 정보
Sign-in User Information


korean

프로필 정보 (ProfileInfo) 와 함께 유저의 토큰과 DID 값이 포함되어 있다.

playerToken : 사인-인 검증에 필요한 playerId 와 연결된 토큰
did : 단말 고유 ID (DID : Device ID). 처음 AuthV4.setup() 호출 시 생성되며 이후 앱 삭제 전까지 바뀌지 않는다.


english

it includes user's token and DID value along with ProfileInfo.

playerToken : Token associated with playerId required for sign-in verification
did : Device unique ID (DID). It is created when setup () is called for the first time and does not change until after the app is deleted.

Constructors

Link copied to clipboard
constructor()
constructor(playerId: Long, playerName: String, playerImageUrl: String, playerToken: String, did: String, providerInfoData: HashMap<AuthV4.ProviderType, AuthV4.ProviderInfo>)
constructor(playerId: Long, playerName: String, playerImageUrl: String, playerToken: String, did: String, providerInfoData: HashMap<AuthV4.ProviderType, AuthV4.ProviderInfo>, customProviderInfoData: HashMap<String, AuthV4.ProviderInfo>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var did: String
Link copied to clipboard

Inherited properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
open fun toJSON(): JSONObject
Link copied to clipboard
fun toMap(): Map<String, Any>