present Federated Sign In UI
abstract fun presentFederatedSignInUI(activity: Activity, callback: (FederatedSignInResult) -> Unit)
Presents the sign in UI for federated sign in using an external identity provider.
Parameters
activity
activity to launch custom tabs from and to listen for the intent completions.
callback
callback for returning sign in result containing ID, access and refresh token or error.