Skip to main content
Go to Latest
class PushedAuthReqRequest
Re-export
import { PushedAuthReqRequest } from "https://deno.land/x/authlete_deno@v1.2.9/mod.ts";

Request to Authlete /pushed_auth_req API.

Properties

optional
clientCertificate: string

The client certificate used in the TLS connection between the client application and the pushed authorization request endpoint.

optional
clientCertificatePath: string[]

The client certificate path presented by the client during client authentication.

optional
clientId: string

The client ID extracted from the Authorization header of the request to the pushed authorization request endpoint.

optional
clientSecret: string

The client secret extracted from the Authorization header of the request to the pushed authorization request endpoint.

optional
parameters: string

The request parameters that the pushed authorization request endpoint received from the client application.