AccountRecoveryConfigurationBuilder class
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