okta-react-native icon indicating copy to clipboard operation
okta-react-native copied to clipboard

How to do biometrics login?

Open HadiModarres opened this issue 3 years ago • 1 comments

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

HadiModarres avatar Jul 12 '22 06:07 HadiModarres

Any solution for this?

Vijay-Shinde-Nitor avatar Dec 23 '24 13:12 Vijay-Shinde-Nitor