Interface ConfirmDeviceResponse.Builder

    • Method Detail

      • userConfirmationNecessary

        ConfirmDeviceResponse.Builder userConfirmationNecessary​(Boolean userConfirmationNecessary)

        When true, your user must confirm that they want to remember the device. Prompt the user for an answer. You must then make an UpdateUserDevice request that sets the device to remembered or not_remembered.

        When false, immediately sets the device as remembered and eligible for device authentication.

        You can configure your user pool to always remember devices, in which case this response is false, or to allow users to opt in, in which case this response is true. Configure this option under Device tracking in the Sign-in menu of your user pool. You can also configure this option with the DeviceConfiguration parameter of a CreateUserPool or UpdateUserPool request.

        Parameters:
        userConfirmationNecessary - When true, your user must confirm that they want to remember the device. Prompt the user for an answer. You must then make an UpdateUserDevice request that sets the device to remembered or not_remembered.

        When false, immediately sets the device as remembered and eligible for device authentication.

        You can configure your user pool to always remember devices, in which case this response is false, or to allow users to opt in, in which case this response is true. Configure this option under Device tracking in the Sign-in menu of your user pool. You can also configure this option with the DeviceConfiguration parameter of a CreateUserPool or UpdateUserPool request.

        Returns:
        Returns a reference to this object so that method calls can be chained together.