DeviceBindingAuthenticationType

public enum DeviceBindingAuthenticationType : String, Codable

Convert authentication type string received from server to authentication type enum

  • Declaration

    Swift

    case biometricOnly = "BIOMETRIC_ONLY"
  • Declaration

    Swift

    case biometricAllowFallback = "BIOMETRIC_ALLOW_FALLBACK"
  • Declaration

    Swift

    case applicationPin = "APPLICATION_PIN"
  • Declaration

    Swift

    case none = "NONE"