Register Logout Launcher
//trimble-id-android/com.trimble.id.android/Authenticator/registerLogoutLauncher
registerLogoutLauncher
[androidJvm]
open override 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() method of an Activity or the onViewCreated method of a Fragment. It should be invoked before logout.
Parameters
androidJvm
| context | to register the logout launcher. Context needs to be of type AppCompatActivity |