Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
namespace AuthorizationFailRequest
import { AuthorizationFailRequest } from "https://deno.land/x/authlete_deno@v1.2.3/src/dto/authorization_fail_request.ts";

Enums

Failure reasons of authorization requests.

class AuthorizationFailRequest
import { AuthorizationFailRequest } from "https://deno.land/x/authlete_deno@v1.2.3/src/dto/authorization_fail_request.ts";

Request to Authlete /auth/authorization/fail API.

Properties

optional
description: string

The custom description about the failure.

The reason of the failure.

optional
ticket: string

The ticket issued by Authlete /auth/authorization API.