Interface TokenIntrospectionProvider

  • All Superinterfaces:
    Provider

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

      • introspect

        javax.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