presentFederatedSignInUI

open override fun presentFederatedSignInUI(activity: Activity, callback: (SignInResult) -> 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.