Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
namespace StandardIntrospectionResponse
import { StandardIntrospectionResponse } from "https://deno.land/x/authlete_deno@v1.2.10/src/dto/standard_introspection_response.ts";

Enums

The next action that the service implementation should take.

class StandardIntrospectionResponse
extends ApiResponse
import { StandardIntrospectionResponse } from "https://deno.land/x/authlete_deno@v1.2.10/src/dto/standard_introspection_response.ts";

Request to Authlete /auth/introspection/standard API.

Properties

The next action that the service implementation should take.

responseContent: string

The response content which can be used as the entity body of the response returned to the client application.