Introspector

A source of introspection responses for a token. Separated from HTTP so tests can drive verification against a stub endpoint.

@safe
interface Introspector {}

Members

Functions

introspect
string introspect(string token)

Return the raw RFC 7662 introspection response JSON for token.