LivenessSession class
Liveness session from the API response - matches iOS structure exactly
Constructors
- LivenessSession.new({required String sessionId, required Credentials credentials, required DateTime serverTime})
-
const
-
LivenessSession.fromJson(Map<
String, dynamic> json) -
factory
Properties
- awsCredentials → CustomAWSCredentials
-
Convert to CustomAWSCredentials for AWS operations
no setter
- canMakeRequests → bool
-
Check if this session can be used for AWS operations
no setter
- credentials → Credentials
-
final
- credentialsProvider → CustomCredentialsProvider
-
Create a credentials provider for this session
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isValid → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverTime → DateTime
-
final
- sessionId → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toPlatformChannelArgs(
) → Map< String, dynamic> - Convert to the format expected by the platform channel
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited