Interface CreateBackendAuthMFAConfig.Builder

    • Method Detail

      • mfaMode

        CreateBackendAuthMFAConfig.Builder mfaMode​(String mfaMode)

        Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.

        Parameters:
        mfaMode - Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MFAMode, MFAMode
      • mfaMode

        CreateBackendAuthMFAConfig.Builder mfaMode​(MFAMode mfaMode)

        Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.

        Parameters:
        mfaMode - Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MFAMode, MFAMode
      • settings

        CreateBackendAuthMFAConfig.Builder settings​(Settings settings)

        Describes the configuration settings and methods for your Amplify app users to use MFA.

        Parameters:
        settings - Describes the configuration settings and methods for your Amplify app users to use MFA.
        Returns:
        Returns a reference to this object so that method calls can be chained together.