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

The next action that the service implementation should take.

Members

INTERNAL_SERVER_ERROR

The implementation of the backchannel authentication endpoint should return a 500 Internal Server Error response to the client application. However, in most cases, commercial implementations prefer to use other HTTP status code than 5xx.

INVALID_TICKET

The ticket included in the API call is invalid. It does not exist or has expired.

OK

The implementation of the backchannel authentication endpoint should return a 200 OK response to the client application.