Skip to main content
Module

x/oauth4webapi/mod.ts>DeviceAuthorizationResponse

OAuth 2 / OpenID Connect for JavaScript Runtimes
Go to Latest
interface DeviceAuthorizationResponse
import { type DeviceAuthorizationResponse } from "https://deno.land/x/oauth4webapi@v2.10.2/mod.ts";

Index Signatures

readonly [parameter: string]: JsonValue | undefined

Properties

readonly
device_code: string
readonly
user_code: string
readonly
verification_uri: string
readonly
expires_in: number
readonly
optional
verification_uri_complete: string
readonly
optional
interval: number