Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class TokenIssueRequest
Re-export
import { TokenIssueRequest } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

Request to Authlete /auth/token/issue API.

Properties

optional
properties: Property[]

Extra properties to associate with an access token.

optional
subject: string

The subject (unique identifier) of the authenticated user.

optional
ticket: string

The ticket issued by Authlete /auth/token API.