Interface TokenIntrospectionProvider

All Superinterfaces:
Provider

public interface TokenIntrospectionProvider extends Provider
Provides introspection for a determined OAuth2 token type.
Author:
Pedro Igor
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    Introspect the token.

    Methods inherited from interface org.keycloak.provider.Provider

    close
  • Method Details

    • introspect

      jakarta.ws.rs.core.Response introspect(String token)
      Introspect the token.
      Parameters:
      token - the token to introspect.
      Returns:
      the response with the information about the token