Запитання 10
If a refresh token is stolen by an attacker but rotation/reuse-detection somehow fails to catch it, which mechanism still bounds the potential damage?
Варіанти відповідей
The app's biometric prompt, which blocks all API calls regardless of token validity
Absolute and idle expiration policies, which ensure the token becomes unusable after a maximum lifetime or period of inactivity even if never explicitly revoked
The access token's short TTL, since refresh tokens inherit the same expiration
EAS Update, which can patch the token remotely