public static final class CfnUserPool.DeviceConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPool.DeviceConfigurationProperty
CfnUserPool.DeviceConfigurationProperty
CfnUserPool.DeviceConfigurationProperty.Builder, CfnUserPool.DeviceConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getChallengeRequiredOnNewDevice()
When true, device authentication can replace SMS and time-based one-time password (TOTP) factors for multi-factor authentication (MFA).
|
java.lang.Object |
getDeviceOnlyRememberedOnUserPrompt()
When true, users can opt in to remembering their device.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getChallengeRequiredOnNewDevice()
CfnUserPool.DeviceConfigurationProperty
Users that sign in with devices that have not been confirmed or remembered will still have to provide a second factor, whether or not ChallengeRequiredOnNewDevice is true, when your user pool requires MFA.
getChallengeRequiredOnNewDevice
in interface CfnUserPool.DeviceConfigurationProperty
public final java.lang.Object getDeviceOnlyRememberedOnUserPrompt()
CfnUserPool.DeviceConfigurationProperty
Your app code must use callback functions to return the user's choice.
getDeviceOnlyRememberedOnUserPrompt
in interface CfnUserPool.DeviceConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()