Skip to main content
POST
OAuth 2.0 Device Authorization Request (RFC 8628 §3.1-3.2)

Body

application/json

Device authorization request. application/json or application/x-www-form-urlencoded.

client_id
string
required
code_challenge
string
required
code_challenge_method
string | null
scope
string | null

Response

device_code + user_code + verification URIs

device_code
string
required
expires_in
integer<int64>
required
interval
integer<int64>
required
user_code
string
required
verification_uri
string
required
verification_uri_complete
string
required