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

Enums

Failure reasons of authorization requests.

class BackchannelAuthenticationFailRequest
Re-export
import { BackchannelAuthenticationFailRequest } from "https://deno.land/x/authlete_deno@v1.2.10/mod.ts";

Request to Authlete /backchannel/authentication/fail API.

Properties

optional
errorDescription: string

The description of the error. This corresponds to the error_description property in the response to the client.

optional
errorUri: string

The URI of a document which describes the error in detail. This corresponds to the error_uri property in the response to the client.

The reason of the failure.

optional
ticket: string

The ticket issued by Authlete /backchannel/authentication endpoint.