TitleHow can I handle the implicit login and explicit login?2022-07-15 14:57:58
Writer

Hive SDK handles Automatic Login. when calling AuthV4.Helper.signIn API.

Implicit Login: Call AuthV4.Helper.signIn regardless of isAutoSignIn among the result of AuthV4.setup().

Explicit Login: Call AuthV4.ShowSignIn when failed to implicit login(AuthV4HelperImplifiedLoginFail).

  • Hive Developers | Login/Logout