UserPoolDeviceConfiguration

data class UserPoolDeviceConfiguration(val challengeRequiredOnNewDevice: Boolean? = null, val deviceOnlyRememberedOnUserPrompt: Boolean? = null)

Constructors

Link copied to clipboard
constructor(challengeRequiredOnNewDevice: Boolean? = null, deviceOnlyRememberedOnUserPrompt: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether a challenge is required on a new device. Only applicable to a new device.

Link copied to clipboard

Whether a device is only remembered on user prompt. false equates to "Always" remember, true is "User Opt In," and not using a device_configuration block is "No."