Skip to content

Instantly share code, notes, and snippets.

@adamjleonard
Created September 28, 2014 00:05
Show Gist options
  • Save adamjleonard/2e54ef45a8480c0517b1 to your computer and use it in GitHub Desktop.
Save adamjleonard/2e54ef45a8480c0517b1 to your computer and use it in GitHub Desktop.
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