Interface UserVerificationContext

All Known Subinterfaces:
BiometricUserVerificationContext, DevicePasscodeUserVerificationContext, FingerprintUserVerificationContext, PinUserVerificationContext

public interface UserVerificationContext
The interface that other user verification context objects inherit from.
  • Method Summary

    Modifier and Type
    Method
    Description
    The 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.