SSOBroadcastModel

internal class SSOBroadcastModel @JvmOverloads constructor(val context: Context? = InitProvider.getCurrentActivity(), val broadcastIntent: Intent = Intent(context?.resources?.getString(R.string.forgerock_sso_logout)))

SSOBroadcastModel to broadcast the SSO SignOut message to single sign on apps

Constructors

Link copied to clipboard
constructor(context: Context? = InitProvider.getCurrentActivity(), broadcastIntent: Intent = Intent(context?.resources?.getString(R.string.forgerock_sso_logout)))

Properties

Link copied to clipboard
private val broadcastIntent: Intent
Link copied to clipboard
Link copied to clipboard
private val context: Context?

Functions

Link copied to clipboard
Link copied to clipboard