Package com.firebase.ui.auth.viewmodel
Class RequestCodes
- java.lang.Object
-
- com.firebase.ui.auth.viewmodel.RequestCodes
-
public final class RequestCodes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intACCOUNT_LINK_FLOWRequest code for starting an account linking flow.static intAUTH_PICKER_FLOWRequest code for starting a user pickable provider flow.static intCRED_HINTRequest code for retrieving a credential.static intCRED_SAVERequest code for saving a credential.static intCRED_SAVE_FLOWRequest code for starting a credential save flow.static intEMAIL_FLOWRequest code for starting a fresh email flow.static intEMAIL_LINK_CROSS_DEVICE_LINKING_FLOWRequest code for prompting the user to enter their email to finish the sign instatic intEMAIL_LINK_INVALID_LINK_FLOWRequest code for recovering from opening an invalid email linkstatic intEMAIL_LINK_PROMPT_FOR_EMAIL_FLOWRequest code for prompting the user to enter their email to finish the sign instatic intEMAIL_LINK_WRONG_DEVICE_FLOWRequest code for recovering from opening an email link from the wrong devicestatic intGENERIC_IDP_SIGN_IN_FLOWRequest code for starter a generic IDP sign-in flowstatic intGITHUB_PROVIDERRequest code for retrieving a GitHub credential.static intGOOGLE_PROVIDERRequest code for retrieving a Google credential.static intPHONE_FLOWRequest code for starting a fresh phone flow.static intPROVIDER_FLOWRequest code for starting a specific provider's login flow.static intWELCOME_BACK_EMAIL_FLOWRequest code for starting an email welcome back flow.static intWELCOME_BACK_EMAIL_LINK_FLOWRequest code for starting an email link welcome back flow.static intWELCOME_BACK_IDP_FLOWRequest code for starting an IDP welcome back flow.
-
-
-
Field Detail
-
CRED_SAVE
public static final int CRED_SAVE
Request code for saving a credential.- See Also:
- Constant Field Values
-
CRED_HINT
public static final int CRED_HINT
Request code for retrieving a credential.- See Also:
- Constant Field Values
-
CRED_SAVE_FLOW
public static final int CRED_SAVE_FLOW
Request code for starting a credential save flow.- See Also:
- Constant Field Values
-
WELCOME_BACK_IDP_FLOW
public static final int WELCOME_BACK_IDP_FLOW
Request code for starting an IDP welcome back flow.- See Also:
- Constant Field Values
-
WELCOME_BACK_EMAIL_FLOW
public static final int WELCOME_BACK_EMAIL_FLOW
Request code for starting an email welcome back flow.- See Also:
- Constant Field Values
-
AUTH_PICKER_FLOW
public static final int AUTH_PICKER_FLOW
Request code for starting a user pickable provider flow.- See Also:
- Constant Field Values
-
EMAIL_FLOW
public static final int EMAIL_FLOW
Request code for starting a fresh email flow.- See Also:
- Constant Field Values
-
PHONE_FLOW
public static final int PHONE_FLOW
Request code for starting a fresh phone flow.- See Also:
- Constant Field Values
-
ACCOUNT_LINK_FLOW
public static final int ACCOUNT_LINK_FLOW
Request code for starting an account linking flow.- See Also:
- Constant Field Values
-
PROVIDER_FLOW
public static final int PROVIDER_FLOW
Request code for starting a specific provider's login flow.- See Also:
- Constant Field Values
-
GOOGLE_PROVIDER
public static final int GOOGLE_PROVIDER
Request code for retrieving a Google credential.- See Also:
- Constant Field Values
-
GITHUB_PROVIDER
public static final int GITHUB_PROVIDER
Request code for retrieving a GitHub credential.- See Also:
- Constant Field Values
-
WELCOME_BACK_EMAIL_LINK_FLOW
public static final int WELCOME_BACK_EMAIL_LINK_FLOW
Request code for starting an email link welcome back flow.- See Also:
- Constant Field Values
-
EMAIL_LINK_WRONG_DEVICE_FLOW
public static final int EMAIL_LINK_WRONG_DEVICE_FLOW
Request code for recovering from opening an email link from the wrong device- See Also:
- Constant Field Values
-
EMAIL_LINK_INVALID_LINK_FLOW
public static final int EMAIL_LINK_INVALID_LINK_FLOW
Request code for recovering from opening an invalid email link- See Also:
- Constant Field Values
-
EMAIL_LINK_PROMPT_FOR_EMAIL_FLOW
public static final int EMAIL_LINK_PROMPT_FOR_EMAIL_FLOW
Request code for prompting the user to enter their email to finish the sign in- See Also:
- Constant Field Values
-
EMAIL_LINK_CROSS_DEVICE_LINKING_FLOW
public static final int EMAIL_LINK_CROSS_DEVICE_LINKING_FLOW
Request code for prompting the user to enter their email to finish the sign in- See Also:
- Constant Field Values
-
GENERIC_IDP_SIGN_IN_FLOW
public static final int GENERIC_IDP_SIGN_IN_FLOW
Request code for starter a generic IDP sign-in flow- See Also:
- Constant Field Values
-
-