AuthenticationSessionSettings class

Settings for authentication sessions

Inheritance

Constructors

AuthenticationSessionSettings({@required String userId})
@param userId ID of the user to authenticate

Properties

bearings List<Bearing>
The bearings the session will draw from when asking for a random pose
read / write, inherited
expiryTime num
Time it will take for the session to expire (in seconds)
read / write, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
numberOfResultsToCollect num
The number of detected faces and images the session must collect before finishing
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
showResult bool
Set to true to display the result of the session to the user
read / write, inherited
userId String
ID of the user to authenticate
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
to JSON mapper for string conversion
override
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited