CallbackController

Controller to collect Callback data for org.forgerock.android.auth.ui.callback.CallbackFragment and control the Auth Service Action, the parent activity or parent fragment of the CallbackFragment should implement this interface to manage the embedded CallbackFragment. see AdaptiveCallbackFragment

Inheritors

Functions

Link copied to clipboard
abstract fun cancel(e: Exception)
Cancel the current authentication
Link copied to clipboard
abstract fun next()
Move to the next node in the tree
Link copied to clipboard
abstract fun onDataCollected(callback: Callback)
Notify when callback data are collected.
Link copied to clipboard
abstract fun suspend()
Suspend the current authentication