FaceSessionConfiguration class

Annotations
  • @JsonSerializable.new(includeIfNull: false)

Constructors

FaceSessionConfiguration(dynamic token, dynamic sessionId, dynamic nonce, dynamic userIdentifier, dynamic isRootedDeviceAllowed, dynamic isSecuredWindowsDisabled, dynamic minimumMatchLevel, dynamic maxAttempts, dynamic isReturnDataForIncompleteSession, dynamic appearanceMode, dynamic allowClosedEyes, dynamic obfuscationType, dynamic enableActiveLiveness, dynamic disableLivenessGesture)

Properties

allowClosedEyes bool
getter/setter pair
appearanceMode AppearanceMode
getter/setter pair
disableLivenessGesture LivenessGesture?
getter/setter pair
enableActiveLiveness bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isReturnDataForIncompleteSession bool
getter/setter pair
isRootedDeviceAllowed bool
getter/setter pair
isSecuredWindowsDisabled bool
getter/setter pair
maxAttempts int
getter/setter pair
minimumMatchLevel int
getter/setter pair
nonce String?
getter/setter pair
obfuscationType ObfuscationType?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
getter/setter pair
token String?
getter/setter pair
userIdentifier String?
getter/setter pair

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