Interface TokenVerifierProvider

All Superinterfaces:
Provider
All Known Implementing Classes:
OID4VCITokenVerifierProvider

public interface TokenVerifierProvider extends Provider
Provider allows to inject custom token verifiers, which will be used during verifications of Keycloak tokens (EG. during admin REST or account REST calls)
  • Method Details

    • additionalAccessTokenVerifications

      void additionalAccessTokenVerifications(TokenVerifierProvider.TokenVerifierProviderContext context)
      Additional verifications of access token provided by this provider
      Parameters:
      context - for the token verification
    • close

      default void close()
      Specified by:
      close in interface Provider