You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@276259822 you should propose that as a PR, it would be easy to make backwards-compatible and thus easy to integrate.
Right now the authenticate APIs just return a Promise<void> but if you returned a new BiometricResult<[key: string]: value: string> and in there you had a key/value of biometricChanged?: boolean you could convey the information to callers of the API for iOS at least
is there any way how to detect when FingerPrint has changed?
The text was updated successfully, but these errors were encountered: