Created
September 28, 2014 00:05
-
-
Save adamjleonard/2e54ef45a8480c0517b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func requestFingerprintAuthentication() { | |
let context = LAContext() | |
var authError: NSError? | |
let authenticationReason: String = "To display a message to the user" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment