Package ch.nevis.mobile.sdk.api.operation.userverification
package ch.nevis.mobile.sdk.api.operation.userverification
The interfaces dealing with user verification (PIN, fingerprint or biometric).
- See Also:
-
Registration.fingerprintUserVerifier(ch.nevis.mobile.sdk.api.operation.userverification.FingerprintUserVerifier)
Registration.biometricUserVerifier(ch.nevis.mobile.sdk.api.operation.userverification.BiometricUserVerifier)
OutOfBandRegistration.fingerprintUserVerifier(ch.nevis.mobile.sdk.api.operation.userverification.FingerprintUserVerifier)
OutOfBandRegistration.biometricUserVerifier(ch.nevis.mobile.sdk.api.operation.userverification.BiometricUserVerifier)
Authentication.pinUserVerifier(ch.nevis.mobile.sdk.api.operation.userverification.PinUserVerifier)
Authentication.fingerprintUserVerifier(ch.nevis.mobile.sdk.api.operation.userverification.FingerprintUserVerifier)
Authentication.biometricUserVerifier(ch.nevis.mobile.sdk.api.operation.userverification.BiometricUserVerifier)
OutOfBandAuthentication.pinUserVerifier(ch.nevis.mobile.sdk.api.operation.userverification.PinUserVerifier)
OutOfBandAuthentication.fingerprintUserVerifier(ch.nevis.mobile.sdk.api.operation.userverification.FingerprintUserVerifier)
OutOfBandAuthentication.biometricUserVerifier(ch.nevis.mobile.sdk.api.operation.userverification.BiometricUserVerifier)
-
ClassDescriptionDefines the elements of the biometric prompt (title and description).A builder for
BiometricPromptOptions
.The object providing information about the biometric user verification (i.e.The object handling the outcome of an interaction where the user provides biometric credentials.The object in charge of interacting with the user to do biometric authentication.Defines the elements of the device passcode prompt (title and description).A builder forDevicePasscodePromptOptions
.The object providing information about the device passcode user verification (i.e.The object handling the outcome of an interaction where the user provides device passcode credentials.The object in charge of interacting with the user to do authenticate using the device passcode (PIN, password or gesture).The object providing information about the fingerprint user verification (i.e.The recoverable error that can occur when verifying the user with fingerprint.The object handling the outcome of an interaction where the user provides fingerprint credentials.The object in charge of interacting with the user to do fingerprint authentication.An object that can be used to resume listening for OS credentials (i.e.The object providing information about the password user verification (i.e.The recoverable error that can occur when verifying the user with a password.The error that occurs when the user provides a bad password.The object handling the outcome of an interaction where the user provides password credentials.The object in charge of interacting with the user to do password authentication.The object providing information about the PIN user verification (i.e.The recoverable error that can occur when verifying the user with a PIN.The error that occurs when the user provides a bad PIN.The object handling the outcome of an interaction where the user provides PIN credentials.The object in charge of interacting with the user to do PIN authentication.The interface that other user verification context objects inherit from.