Uses of Class
com.authlete.common.dto.IntrospectionResponse
-
Packages that use IntrospectionResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
). -
-
Uses of IntrospectionResponse in com.authlete.common.api
Methods in com.authlete.common.api that return IntrospectionResponse Modifier and Type Method Description IntrospectionResponse
AuthleteApi. introspection(IntrospectionRequest request)
Call Authlete's/auth/introspection
API.
-