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 token and DID value along with ProfileInfo. More... | |
| class | ParentalConsentInfo |
| Parental Consent Information It includes the user's date of birth and the guardian's email address. More... | |
| class | ProviderInfo |
| Identity Provider (IdP) Information It contains the UserId of the associated Identity Provider. More... | |
| class | AuthV4MaintenanceExtraButton |
| Additional Maintenance Button Information button : Text on the button ex) Extra Button action : Actions to be taken when the button is pressed url : URL to be browsed when action is OPEN_URL 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 customButton : customer Button Title customLink : customer Link 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... | |