-
public class FirebaseAuthUIActivityResultContract extends ActivityResultContract<Intent, FirebaseAuthUIAuthenticationResult>
A ActivityResultContract describing that the caller can launch authentication flow with a Intent and is guaranteed to receive a FirebaseAuthUIAuthenticationResult as result. The given input intent must be created using a com.firebase.ui.auth.AuthUI.SignInIntentBuilder in order to guarantee a successful launch of the authentication flow.
-
-
Method Summary
Modifier and Type Method Description IntentcreateIntent(@NonNull() Context context, Intent input)FirebaseAuthUIAuthenticationResultparseResult(int resultCode, @Nullable() Intent intent)-
-
Method Detail
-
parseResult
@NonNull() FirebaseAuthUIAuthenticationResult parseResult(int resultCode, @Nullable() Intent intent)
-
-
-
-