Sign-in User Information it includes user's tocken and DID value along with ProfileInfo. More...
#import <HIVEAuthV4.h>
Properties | |
NSString * | playerToken |
사용자 Player 세션 토큰. | |
NSString * | did |
사용자 device identifier. 처음 setup시 생성되며 이후 앱 삭제 전까지 바뀌지 않는다. | |
NSDictionary< HIVEProviderTypeStr *, HIVEProviderInfo * > * | providerInfoData |
connection되어 있는 provider 목록. | |
Properties inherited from HIVEProfileInfo | |
int64_t | playerId |
사용자 Player ID | |
NSString * | playerName |
사용자 Player name. 처음 연결된 Provider의 정보로 채워지며, HIVE 와 연동시 변경이 가능하다. | |
NSString * | playerImageUrl |
사용자 image url. PlayerName과 마찬가지로 처음 연결된 Provider의 정보로 채워지며, HIVE와 연동시 변경이 가능하다. | |
Sign-in User Information it includes user's tocken 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.