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

Request to Authlete /device/authorization API.

Properties

optional
clientCertificate: string

The client certificate used in the TLS connection between the client application and the device authorization endpoint of the authorization server.

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 device authorization request from the client application.

optional
clientSecret: string

The client secret extracted from Authorization header of the device authorization request from the client application.

optional
parameters: string

The value of parameters which are the request parameters that the device authorization endpoint of the authorization server implementation received from the client application.