DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
In the implement-it-yourself token family example, what specifically triggers 'THEFT DETECTED' and family-wide revocation?
A
Any refresh request at all, even the first legitimate one
B
A refresh request presenting a token that was ALREADY rotated away (marked invalid) — reuse of a dead token, which should only happen if it leaked to someone else
C
The access token expiring naturally
D
A user logging out normally
Check Answer