Infrastructure

Api Auth Device Token

Poll for device authorization result (RFC 8628 §3.4).

Returns:

  • 200 + access_token when authorized
  • 428 "authorization_pending" while waiting
  • 410 "expired_token" if timed out
post/api/auth/token

Request body

device_codestring required
grant_typestring

Response

Successful Response

{"stackTrail":"paths:/api/auth/token:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes