Class TokenIntrospectionEndpoint

java.lang.Object
org.keycloak.protocol.oidc.endpoints.TokenIntrospectionEndpoint

public class TokenIntrospectionEndpoint extends Object
A token introspection endpoint based on RFC-7662.
Author:
Pedro Igor
  • Field Details

  • Constructor Details

  • Method Details

    • introspect

      @POST @Produces("application/json") public jakarta.ws.rs.core.Response introspect()