RxBiometric
RxBiometric copied to clipboard
Not be able to get AuthenticationResult onComplete
Would be nice be able to use Authenticationresult
Hi,
Thannks for the suggestion. I think, library needs to be updated to move appropriate action to onNext(...)
instead of onComplete()
because onComplete()
just indicates that stream is completed, but doesn't have place to pass arguments through its interface.
Regards, Piotr
I have a fork that pass Authentication Result.
I assume that if you wish to use Crypto object in Authentication Result to encrypt/decrypt You need to set User Authentication Validity.
But due to an issue here : https://issuetracker.google.com/issues/132924498 I could not get User Authentication Validity to work properly.
Now my App just won't set User Authentication Validity. So that crypto key is ready to use when created. But I only run the decrypt code when user pass authentication.