Час: 0:00
Питання 1 з 15
7%
Запитання 1
What is the primary reason access tokens should be kept in memory rather than persisted to disk in a React Native app?
Варіанти відповідей
In-memory storage is faster to read than disk storage
Disk-persisted tokens survive app kill, increasing exposure window if a short-lived token were ever leaked from storage
React Native does not support writing to disk on iOS
Memory storage automatically encrypts data using the device's secure hardware