The Okta docs do not provide a way to implement biometric authentication for React Native apps as they do for native Android & iOS apps. Is there a way to do this?
It may or may not be helpful but GitHub - oblador/react-native-keychain: Keychain Access for React Native enables us to retrieve and store refresh token, etc. with biometric auth. So possibly, we just need to get a new session token the way Okta does in the native SDK’s here:
Thanks for your help.