IAMPASSUser class
Properties
device
↔ Device ?
Data describing the device
getter/setter pair
facialTrainingRequired
→ bool
True if IAMPASS needs facial training data for this device.
no setter
hashCode
→ int
The hash code for this object.
no setter inherited
numTrainingImages
→ int
The number of training images IAMPASS requires for this device. 0 if no training is required.
no setter
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
service
↔ Service ?
Data describing the IAMPASS service URLs for this device
getter/setter pair
training
↔ Training
Data describing training requirements for this device
getter/setter pair
trainingRequired
→ bool
True if IAMPASS needs to collect training data for this device.
Client applications should check this value after registering or updating devices and if it it True perform device training.
no setter
user
↔ User ?
Data describing the user of this device
getter/setter pair