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

The next action that the service implementation should take.

Members

BAD_REQUEST

The authorization request was wrong and the service implementation should notify the client application of the error by '400 Bad Request'.

INTERNAL_SERVER_ERROR

The request from the service implementation was wrong or an error occurred in Authlete. The service implementation should return '500 Internal Server Error' to the client application.