Class TokenIntrospectionEndpoint
java.lang.Object
org.keycloak.protocol.oidc.endpoints.TokenIntrospectionEndpoint
A token introspection endpoint based on RFC-7662.
- Author:
- Pedro Igor
-
Field Details
-
PARAM_TOKEN_TYPE_HINT
- See Also:
-
PARAM_TOKEN
- See Also:
-
-
Constructor Details
-
TokenIntrospectionEndpoint
-
-
Method Details
-
introspect
@POST @Produces({"application/json","application/jwt"}) public jakarta.ws.rs.core.Response introspect()
-