Interface DeviceAuthenticationMethod


  • public interface DeviceAuthenticationMethod
    DeviceAuthenticationMethod defines supported device authentication methods.

    Note: The value can be combined such as BIOMETRIC | KEYGUARD

    Since:
    1.0
    Version:
    1.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BIOMETRIC
      The SDK will return BIOMETRIC, if device supports biometric authentication.
      static int KEYGUARD
      The SDK will return KEYGUARD, if device supports keyguard authentication.
    • Field Detail

      • BIOMETRIC

        static final int BIOMETRIC
        The SDK will return BIOMETRIC, if device supports biometric authentication.
        See Also:
        Constant Field Values
      • KEYGUARD

        static final int KEYGUARD
        The SDK will return KEYGUARD, if device supports keyguard authentication.
        See Also:
        Constant Field Values