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

The next action that the service implementation should take.

Members

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.

OK

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