Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method AuthorizationRequestBaseHandler.prototype.createAuthorizationIssueRequest
import { AuthorizationRequestBaseHandler } from "https://deno.land/x/authlete_deno@v1.2.3/src/handler/authorization_request_base_handler.ts";

Parameters

ticket: string
subject: string
authTime: number
sub: string | null
acr: string | null
claims: { [key: string]: any; } | null
properties: Property[] | null
scopes: string[] | null