Register Logout Launcher
//trimble-id-android/com.trimble/IAuthenticator/registerLogoutLauncher
registerLogoutLauncher
[androidJvm]
abstract fun registerLogoutLauncher(context: AppCompatActivity)
Registers the logout launcher. Result from logout 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 logout.
Parameters
androidJvm
| context | to register the logout launcher. Context needs to be of type AppCompatActivity |