Class OID4VCITokenVerifier

java.lang.Object
org.keycloak.protocol.oid4vc.verifier.OID4VCITokenVerifier
All Implemented Interfaces:
TokenVerifier.Predicate<AccessToken>

public class OID4VCITokenVerifier extends Object implements TokenVerifier.Predicate<AccessToken>
Validates that tokens are only used on endpoints allowed by their grant type. This ensures Pre-Authorized Code tokens are restricted to the credential endpoint, and other grant types only access their intended endpoints.