Skip to main content
Go to Latest
namespace RevocationResponse
Re-export
import { RevocationResponse } from "https://deno.land/x/authlete_deno@v1.2.9/mod.ts";

Enums

The next action that the service implementation should take.

class RevocationResponse
extends ApiResponse
Re-export
import { RevocationResponse } from "https://deno.land/x/authlete_deno@v1.2.9/mod.ts";

Response from Authlete /auth/introspection API.

Properties

The next action that the service implementation should take.

optional
responseContent: string

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