import Foundation import LocalAuthentication var biometricType: LABiometryType { let authContext = LAContext() return authContext.biometryType }