okta-react-native
okta-react-native copied to clipboard
How to do biometrics login?
Describe the bug?
I need to let the user in when biometrics check is successful. To do that I need to save the refresh token in keychain and use it later. I can acquire a refresh token, but there's no way (that I can see in the docs) to tell the library to use a specific refreshToken to refresh all tokens. As I understand from other issues, this library uses keychain underneath but there's no flag in the API to store it with biometrics access. How do we do this?
What is expected to happen?
API providing a way to use a certain refreshToken
What is the actual behavior?
There's no way to specify refreshToken
Reproduction Steps?
The API
Additional Information?
No response
SDK Version
Any SDK version
Build Information
No response
Any solution for this?