import { StandardIntrospectionResponse } from "https://deno.land/x/authlete_deno@v1.2.9/src/dto/standard_introspection_response.ts";
const { Action } = StandardIntrospectionResponse;
The next action that the service implementation should take.
Members
The request from the client was wrong. The introspection endpoint
of your authorization server should return "400 Bad Request"
to the client application.
The request from your system to Authlete (StandardIntrospectionRequest
)
was wrong or an error occurred in Authlete. The introspection
endpoint of your authorization server should return "500 Internal Server Error"
to the client application.