already_consumed
This Partner verificationToken was already consumed.
On this page
HTTP 409verificationpartner-2faapitypescriptjava
Code: already_consumed · Shape: partner
Meaning
This Partner verificationToken was already consumed.
Likely causes
- Double submit / double consume
- Retrying consume after success
- Two servers consuming the same token
How to diagnose
- Check whether consume already succeeded once for this challenge.
- Ensure only one backend path calls consume.
How to fix
- Create a new challenge for a new login.
- Treat successful consume as terminal — create your session once.
Retry behavior
Do not retry consume with the same token.
Related
API: POST /v1/auth/challenge/{challengeId}/consume
SDK: consumeChallenge(), consumeChallenge()
Troubleshooting: partner-2fa
Guides: Verification
