Sign-in User Information it includes user's token and DID value along with ProfileInfo. More...
#include <HIVE_AuthV4.h>
Public Attributes | |
| std::string | playerToken |
| 사용자 Player 세션 토큰. | |
| std::string | accessToken |
| 사용자 Hive 세션 토큰. | |
| std::string | did |
| 사용자 device identifier. | |
Public Attributes inherited from ProfileInfo | |
| hive::PlayerID | playerId |
| 사용자 Player ID | |
Sign-in User Information 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.