disconnect
Provider 연결
Connects Provider
사용 조건
-# HIVE SDK 초기화 -# HIVE SignIn 완료
주요 결과 코드
ErrorCode | Code | Description | Solution |
SUCCESS | Success | Provider 연결 해제 성공 | - |
NEED_INITIALIZED | AuthV4NotInitialized | HIVE SDK가 초기화되지 않은 경우 | AuthV4.setup() API로 HIVE SDK 초기화 |
INVALID_PARAM | AuthV4ProviderAlreadtDisconnected | 해제 요청받은 Provider가 해당 계정에 연결되지 않은 경우 | - |
Condition of use
-# Complete to initialize HIVE SDK -# Complete HIVE SignIn
Key result code
ErrorCode | Code | Description | Solution |
SUCCESS | Success | Completed to disconnect with Provider | - |
NEED_INITIALIZED | AuthV4NotInitialized | HIVE SDK not initialized | Initialize HIVE SDK by implementing AuthV4.setup() API |
INVALID_PARAM | AuthV4ProviderAlreadtDisconnected | The Provider requested to disconnect was not connected with the account | - |
Parameters
listener
AuthV4HelperListener AuthV4Helper Disconnect result callback