Interface UserVerificationContext
- All Known Subinterfaces:
BiometricUserVerificationContext
,DevicePasscodeUserVerificationContext
,FingerprintUserVerificationContext
,PasswordUserVerificationContext
,PinUserVerificationContext
public interface UserVerificationContext
The interface that other user verification context objects inherit from.
-
Method Summary
Modifier and TypeMethodDescriptionThe authenticator to be used to do the user verification.
-
Method Details
-
authenticator
Authenticator authenticator()The authenticator to be used to do the user verification.- Returns:
- the authenticator to be used to do the user verification.
-