ContextDataType class
Contextual user data type used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.
Constructors
-
ContextDataType({required List<
HttpHeader> httpHeaders, required String ipAddress, required String serverName, required String serverPath, String? encodedData})
Properties
- encodedData → String?
-
Encoded data containing device fingerprinting details, collected using the
Amazon Cognito context data collection library.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
httpHeaders
→ List<
HttpHeader> -
HttpHeaders received on your server in same order.
final
- ipAddress → String
-
Source IP address of your user.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverName → String
-
Your server endpoint where this API is invoked.
final
- serverPath → String
-
Your server path where this API is invoked.
final
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