deviceConfiguration

@JvmName(name = "birpwpthsjvggaew")
suspend fun deviceConfiguration(value: Output<UserPoolDeviceConfigurationArgs>)
@JvmName(name = "mmvnllbhlwrmtwxv")
suspend fun deviceConfiguration(value: UserPoolDeviceConfigurationArgs?)

Parameters

value

The device-remembering configuration for a user pool. Device remembering or device tracking is a "Remember me on this device" option for user pools that perform authentication with the device key of a trusted device in the back end, instead of a user-provided MFA code. For more information about device authentication, see Working with user devices in your user pool . A null value indicates that you have deactivated device remembering in your user pool.

When you provide a value for any DeviceConfiguration field, you activate the Amazon Cognito device-remembering feature. For more information, see Working with devices .


@JvmName(name = "vfuqrcitibfpkjbh")
suspend fun deviceConfiguration(argument: suspend UserPoolDeviceConfigurationArgsBuilder.() -> Unit)

Parameters

argument

The device-remembering configuration for a user pool. Device remembering or device tracking is a "Remember me on this device" option for user pools that perform authentication with the device key of a trusted device in the back end, instead of a user-provided MFA code. For more information about device authentication, see Working with user devices in your user pool . A null value indicates that you have deactivated device remembering in your user pool.

When you provide a value for any DeviceConfiguration field, you activate the Amazon Cognito device-remembering feature. For more information, see Working with devices .