bsm-project/Friendvatars/BiometricTest.swift

16 lines
298 B
Swift
Raw Normal View History

2018-11-19 23:41:12 +01:00
//
// BiometricTest.swift
// Friendvatars
//
// Created by Dawid Kubicki on 19/11/2018.
// Copyright © 2018 Razeware. All rights reserved.
//
import Foundation
import LocalAuthentication
var biometricType: LABiometryType {
let authContext = LAContext()
return authContext.biometryType
}