public final class RequestCodes extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCOUNT_LINK_FLOW
Request code for starting an account linking flow.
|
static int |
AUTH_PICKER_FLOW
Request code for starting a user pickable provider flow.
|
static int |
CRED_HINT
Request code for retrieving a credential.
|
static int |
CRED_SAVE
Request code for saving a credential.
|
static int |
CRED_SAVE_FLOW
Request code for starting a credential save flow.
|
static int |
EMAIL_FLOW
Request code for starting a fresh email flow.
|
static int |
EMAIL_LINK_CROSS_DEVICE_LINKING_FLOW
Request code for prompting the user to enter their email to finish the sign in
|
static int |
EMAIL_LINK_INVALID_LINK_FLOW
Request code for recovering from opening an invalid email link
|
static int |
EMAIL_LINK_PROMPT_FOR_EMAIL_FLOW
Request code for prompting the user to enter their email to finish the sign in
|
static int |
EMAIL_LINK_WRONG_DEVICE_FLOW
Request code for recovering from opening an email link from the wrong device
|
static int |
GENERIC_IDP_SIGN_IN_FLOW
Request code for starter a generic IDP sign-in flow
|
static int |
GITHUB_PROVIDER
Request code for retrieving a GitHub credential.
|
static int |
GOOGLE_PROVIDER
Request code for retrieving a Google credential.
|
static int |
PHONE_FLOW
Request code for starting a fresh phone flow.
|
static int |
PROVIDER_FLOW
Request code for starting a specific provider's login flow.
|
static int |
WELCOME_BACK_EMAIL_FLOW
Request code for starting an email welcome back flow.
|
static int |
WELCOME_BACK_EMAIL_LINK_FLOW
Request code for starting an email link welcome back flow.
|
static int |
WELCOME_BACK_IDP_FLOW
Request code for starting an IDP welcome back flow.
|
public static final int CRED_SAVE
public static final int CRED_HINT
public static final int CRED_SAVE_FLOW
public static final int WELCOME_BACK_IDP_FLOW
public static final int WELCOME_BACK_EMAIL_FLOW
public static final int AUTH_PICKER_FLOW
public static final int EMAIL_FLOW
public static final int PHONE_FLOW
public static final int ACCOUNT_LINK_FLOW
public static final int PROVIDER_FLOW
public static final int GOOGLE_PROVIDER
public static final int GITHUB_PROVIDER
public static final int WELCOME_BACK_EMAIL_LINK_FLOW
public static final int EMAIL_LINK_WRONG_DEVICE_FLOW
public static final int EMAIL_LINK_INVALID_LINK_FLOW
public static final int EMAIL_LINK_PROMPT_FOR_EMAIL_FLOW
public static final int EMAIL_LINK_CROSS_DEVICE_LINKING_FLOW
public static final int GENERIC_IDP_SIGN_IN_FLOW