Запитання 6
What is the purpose of adding a biometric re-confirmation step (e.g., Face ID) on top of an already-valid OAuth session when the app returns from background?
Варіанти відповідей
It replaces the need for an access token entirely
It refreshes the access token without contacting the server
It addresses a scenario token validity alone cannot cover: confirming the same physical person is holding the device, even though the session is cryptographically still valid
It is required by Expo's SDK for all apps regardless of data sensitivity