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

Request to Authlete /backchannel/authentication API.

Properties

optional
clientCertificate: string

The client certificate used in the TLS connection between the client application and the backchannel authentication endpoint of the OpenID provider.

optional
clientCertificatePath: string[]

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

optional
clientId: string

The client ID extracted from Authorization header of the backchannel authentication request from the client application.

optional
clientSecret: string

The client secret extracted from Authorization header of the backchannel authentication request from the client application.

optional
parameters: string

The value of parameters which are the request parameters that the backchannel authentication endpoint of the OpenID provider implementation received from the client application.