#include "HIVE_ResultAPI.h"
#include "HIVE_Auth.h"
#include <memory>
#include <map>
#include "HIVE_PermissionView.h"
Go to the source code of this file.
Classes | |
class | ConflictViewInfo |
HIVE 인증 충돌시 view에 표시할 UI data를 구성하는 정보. More... | |
class | ProfileInfo |
User Profile Information playerID : User's unique ID playerName : The nickname of the user to be shown outside. More... | |
class | PlayerInfo |
Sign-in User Information it includes user's tocken and DID value along with ProfileInfo. More... | |
class | ProviderInfo |
Identity Provider (IdP) Information It contains the UserId of the associated Identity Provider. More... | |
class | AuthV4MaintenanceInfo |
Server Maintenance and Update status display information title : Title message : Contents button : Text on the button ex) OK action : Actions to be taken when the button is pressed url : URL to be browsed when action is OPEN_URL remainingTime : When action is EXIT, the time in seconds remaining until the maintenance completes. More... | |
Enumerations | |
enum class | ProviderType |
Provider Types AUTO is for Automatic Login If the result of isAutoSignIn() call is true, You need to set parameter as AUTO when you call SignIn. More... | |
enum class | AuthV4MaintenanceActionType |
Actions to be taken when a button is pressed on the maintenance popup. More... | |