Skip to main content
Latest
enum StandardIntrospectionResponse.Action
import { StandardIntrospectionResponse } from "https://deno.land/x/authlete_deno@v1.2.10/mod.ts";
const { Action } = StandardIntrospectionResponse;

The next action that the service implementation should take.

Members

BAD_REQUEST

The request from the client was wrong. The introspection endpoint of your authorization server should return "400 Bad Request" to the client application.

INTERNAL_SERVER_ERROR

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.

OK

The request from the client was valid. The introspection endpoint of your authorization server should return "200 OK" to the client application.