You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::DeviceConfigurationType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeviceConfigurationType as input to an Aws::Client method, you can use a vanilla Hash:

{
  challenge_required_on_new_device: false,
  device_only_remembered_on_user_prompt: false,
}

The configuration for the user pool's device tracking.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#challenge_required_on_new_deviceBoolean

Indicates whether a challenge is required on a new device. Only applicable to a new device.

Returns:

  • (Boolean)

    Indicates whether a challenge is required on a new device.

#device_only_remembered_on_user_promptBoolean

If true, a device is only remembered on user prompt.

Returns:

  • (Boolean)

    If true, a device is only remembered on user prompt.