TitleCan I get the IdP information that users logged in when calling the explicit login(AuthV4.ShowSignIn)?2022-07-15 14:58:43
Writer

You can not know which IdP is requested upon login. If you need the login IdP information, however, you can get the information by implementing the UI in-game and calling AuthV4.signIn(providerType) to log in not showSighIn(). 

* Hive Developers | Customizing Explicit Login UI