Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oauth4webapi/mod.ts>DeviceAuthorizationResponse

OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes
Go to Latest
interface DeviceAuthorizationResponse
import { type DeviceAuthorizationResponse } from "https://deno.land/x/oauth4webapi@v1.4.1/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