Interface DeviceAuthentication


  • public interface DeviceAuthentication
    The DeviceAuthentication API is used for end user authentication(Biometric).
    Since:
    1.0
    Version:
    1.0
    • Method Detail

      • startAuthentication

        void startAuthentication​(FragmentActivity fragmentActivity,
                                 CharSequence title,
                                 CharSequence subTitle,
                                 CharSequence description,
                                 CharSequence negativeButtonText)
        Starts the device authentication process with the inputs provided.
        Parameters:
        fragmentActivity - - The context used to display the biometric authentication popup.
        title - - The title to be displayed in the biometric authentication popup.
        subTitle - - The subTitle to be displayed in the biometric authentication popup.
        description - - The description to be displayed in the biometric authentication popup.
        negativeButtonText - - The text of the negative button to be displayed in the biometric authentication popup.