/oauth/device/code
endpoint).
device_code
, user_code
, verification_uri
, verification_uri_complete
expires_in
(lifetime in seconds for device_code
and user_code
), and polling interval
.
verification_uri
and enter the user_code
after displaying these values on-screenverification_uri_complete
verification_uri_complete
, if running natively on a browser-based deviceinterval
and counting from receipt of the last polling request’s response. The device app continues polling until either the user completes the browser flow path or the user code expires.
device_code
because it will expire.
verification_uri
on their computer, enters the user_code
and confirms that the device that is being activated is displaying the user_code
. If the user visits the verification_uri_complete
by any other mechanism (such as by scanning a QR code), only the device confirmation will be needed.