Package org.keycloak.protocol.oidc
Interface TokenIntrospectionProvider
- All Superinterfaces:
 Provider
- All Known Implementing Classes:
 AccessTokenIntrospectionProvider,RefreshTokenIntrospectionProvider,RPTIntrospectionProvider
Provides introspection for a determined OAuth2 token type.
- Author:
 - Pedro Igor
 
- 
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responseintrospect(String token, EventBuilder event) Introspect thetoken. 
- 
Method Details
- 
introspect
Introspect thetoken.- Parameters:
 token- the token to introspect.- Returns:
 - the response with the information about the token
 
 
 -