Information to be delivered when the result is notified after HIVE SDK initialization. More...
#import <HIVEAuth.h>
Inherits NSObject, and <NSCopying>.
Properties | |
| BOOL | isAuthorized |
| HIVE (account) login history (True: Has HIVE login history, false: No HIVE login history) | |
| HIVELoginType | loginType |
| HIVE Login type If GUEST, login to GUEST If ACCOUNT, DO HIVE login (based on id/password) If SELECT is present, account information mapped to HIVE login server through account login previously exists, and the account is in conflict state. More... | |
| NSString * | did |
| Unique ID issued by HIVE authentication server in order to check the validity of HIVE login. | |
Information to be delivered when the result is notified after HIVE SDK initialization.
Auth.initizlied() 메서드를 호출하여 SDK 초기화 후 결과 통지 정보
|
readwriteatomic |
HIVE Login type
If GUEST, login to GUEST
If ACCOUNT, DO HIVE login (based on id/password)
If SELECT is present, account information mapped to HIVE login server through account login previously exists, and the account is in conflict state.
The game must display a screen for the user to select an account.
If AUTO, login is completed and the session key exists.