DeviceConfigurationType class
The configuration for the user pool's device tracking.
Constructors
- DeviceConfigurationType({bool? challengeRequiredOnNewDevice, bool? deviceOnlyRememberedOnUserPrompt})
-
DeviceConfigurationType.fromJson(Map<
String, dynamic> json) -
factory
Properties
- challengeRequiredOnNewDevice → bool?
-
Indicates whether a challenge is required on a new device. Only applicable
to a new device.
final
- deviceOnlyRememberedOnUserPrompt → bool?
-
If true, a device is only remembered on user prompt.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited