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, a remembered device can sign in with device authentication instead of SMS and time-based one-time password (TOTP) factors for multi-factor authentication (MFA).
|
java.lang.Object |
getDeviceOnlyRememberedOnUserPrompt()
When true, Amazon Cognito doesn't automatically remember a user's device when your app sends a [ConfirmDevice](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ConfirmDevice.html) API request.
|
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
Whether or not
ChallengeRequiredOnNewDevice
is true, users who sign in with devices that have not been confirmed or remembered must still provide a second factor in a user pool that requires MFA.
getChallengeRequiredOnNewDevice
in interface CfnUserPool.DeviceConfigurationProperty
public final java.lang.Object getDeviceOnlyRememberedOnUserPrompt()
CfnUserPool.DeviceConfigurationProperty
When DeviceOnlyRememberedOnUserPrompt
is false
, Amazon Cognito immediately remembers devices that you register in a ConfirmDevice
API request.
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()