tokenIntrospection
abstract suspend fun tokenIntrospection(request: TokenIntrospectionRequest, httpRequest: RequestInfo? = null): KmmResult<TokenIntrospectionResponse>(source)
RFC7662: OAuth 2.0 Token Introspection
Parameters
request
as sent from the client as form POST
httpRequest
information about the HTTP request from the client, to validate authentication