FaceAuth class

Constructors

FaceAuth({required String mobileToken, required String personId})

Properties

enableLoadingScreen bool?
getter/setter pair
enableScreenshot bool?
getter/setter pair
filter CameraFilter?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrlExpirationTime UrlExpirationTime?
getter/setter pair
mobileToken String
Usage token associated with your CAF account
getter/setter pair
personId String
Set users identifier for fraud profile identification purposes and to assist in the identification of Analytics logs in cases of bugs and errors.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stage CafStage?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCameraFilter(CameraFilter filter) → void
Set the camera filter displayed to take the selfie picture
setEnableLoadingScreen(bool enable) → void
Determines whether the loading screen will be the SDK default implementation or if you will implement your own. If set to 'true,' the loading screen will be a standard SDK screen. In the case of 'false,' you should implement the loading screen on your side. By default the loading screen is set to 'false'.
setEnableScreenshots(bool enable) → void
This feature works only for Android
setImageUrlExpirationTime(UrlExpirationTime time) → void
setStage(CafStage stage) → void
Set the environment in wich the SDK will run.
start() Stream<FaceAuthEvent>
toString() String
A string representation of this object.
inherited

Operators

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