LivenessSessionConfig class

Constructors

LivenessSessionConfig.new({required String sessionId, required String accessKeyId, required String secretAccessKey, required String sessionToken, required String region})
const
LivenessSessionConfig.fromJson(Map<String, dynamic> json)
factory
LivenessSessionConfig.fromSession(LivenessSession session, {String region = 'eu-west-1'})
factory

Properties

accessKeyId String
final
hashCode int
The hash code for this object.
no setterinherited
isValid bool
Validates that all required fields are present and non-empty
no setter
region String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretAccessKey String
final
sessionId String
final
sessionToken String
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