authenticate And Sign Data
fun authenticateAndSignData(data: String, activity: FragmentActivity, onAuthenticationSucceeded: (SignedData?) -> Unit)
Authenticates the user via biometric authentication and signs the given data. Calls the provided callback function with the signed data upon successful authentication.