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

Enums

Failure reasons of token requests.

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

Request to Authlete /auth/token/fail API.

Properties

optional
reason: TokenFailRequest.Reason

The reason of the failure.

optional
ticket: string

The ticket issued by Authlete /auth/token API.