Interface TokenVerificationResult

All Known Implementing Classes:
TokenVerificationResult.NotMatched, TokenVerificationResult.SelectorMismatch, TokenVerificationResult.Verified

Outcome of TokenDigestService.verifyVerifier(SelectorVerifierToken, TokenDigestRecord). Sealed so adapters pattern-match exhaustively. The two failure variants must collapse to the same generic public response at the perimeter (CWE-203 / CWE-208).