Class RequestCodes


  • public final class RequestCodes
    extends Object
    • 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