Запитання 4
What problem does "refresh token rotation" specifically address?
Варіанти відповідей
It reduces the size of the token payload sent over the network
It allows the app to skip biometric authentication on subsequent logins
It enables detection of token theft: if a previously-used (rotated-out) refresh token is replayed, the server can recognize this as a reuse-of-revoked-token event and revoke the entire token family
It automatically renews the user's OAuth client secret