Register Login Launcher
//trimble-id-android/com.trimble.id.android/Authenticator/registerLoginLauncher
registerLoginLauncher
[androidJvm]
open override fun registerLoginLauncher(context: AppCompatActivity)
Registers the login launcher. Result from login will be later handled by this function. This method needs to be invoked in the onCreate() or onStart() of the LifecycleOwner. It should be invoked before login.
Parameters
androidJvm
| context | to register the login launcher. Context needs to be of type AppCompatActivity |