-
public final class AuthUI.SignInIntentBuilder extends AuthUI.AuthIntentBuilder<AuthUI.SignInIntentBuilder>
Builder for the intent to start the user authentication flow.
-
-
Method Summary
Modifier and Type Method Description AuthUI.SignInIntentBuildersetEmailLink(@NonNull() String emailLink)Specifies the email link to be used for sign in. AuthUI.SignInIntentBuilderenableAnonymousUsersAutoUpgrade()Enables upgrading anonymous accounts to full accounts during the sign-in flow.This is disabled by default. -
Methods inherited from class com.firebase.ui.auth.AuthUI.AuthIntentBuilder
build, setAlwaysShowSignInMethodScreen, setAuthMethodPickerLayout, setAvailableProviders, setCredentialManagerEnabled, setDefaultProvider, setLockOrientation, setLogo, setPrivacyPolicyUrl, setResetPasswordSettings, setTheme, setTosAndPrivacyPolicyUrls, setTosUrl -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setEmailLink
@NonNull() AuthUI.SignInIntentBuilder setEmailLink(@NonNull() String emailLink)
Specifies the email link to be used for sign in. When set, a sign in attempt will bemade immediately.
-
enableAnonymousUsersAutoUpgrade
@NonNull() AuthUI.SignInIntentBuilder enableAnonymousUsersAutoUpgrade()
Enables upgrading anonymous accounts to full accounts during the sign-in flow.This is disabled by default.
-
-
-
-