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

Enums

The next action that the service implementation should take.

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

Response from Authlete /auth/token/fail 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.