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

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'.

FORM

The authorization request was wrong and the service implementation should notify the client application of the error by '200 OK' with an HTML which triggers redirection by JavaScript.

For more details, see OAuth 2.0 Form Post Response Mode.

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.

LOCATION

The authorization request was wrong and the service implementation should notify the client application of the error by '302 Found'.