AccountRecoveryConfigurationBuilder class

Properties

appearanceMode AppearanceMode
getter/setter pair
authorizationToken String?
getter/setter pair
enrollmentIdentifier String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAllowClosedEyes bool
getter/setter pair
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allowClosedEyes() → dynamic
Allow closed eyes for the Account Recovery
build() → dynamic
@returns Intent with the configuration and the token needed to authorize the activity to recover the account
disableSecureWindow() → dynamic
To allow user to capture/record screenshot or video of the screen on the device app is installed. Default is screenshot and video recording of the screen is not allowed
enableRootedDeviceUsage() → dynamic
Whether you want the sdk to run on the rooted devices or not. By default it is false
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
returnDataForIncompleteSession() → dynamic
Enable return data for incompleteSession for the Account Recovery
setAppearanceMode(dynamic appearanceMode) → dynamic
setEnrollmentIdentifier(dynamic identifier) → dynamic
Pass the enrollment identifier for the account to be recovered
setMaxAttempts(int value) → dynamic
Sets the max facial recognitions attempts per a session.
setMinimumMatchLevel(dynamic value) → dynamic
Set this to use the value passed for facialRecognition for Account Recovery
setNonce(dynamic nonce) → dynamic
You can pass your custom nonce to provide security to the enrollment process
setToken(dynamic token) → dynamic
Pass the token received from Uqudo to authenticate the SDK
toString() String
A string representation of this object.
inherited

Operators

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