Actually, I building an app which contains local authentication. My code so far: func authenticateUser() { let authenticationContext = LAContext() var error: …