Request a device code and user code for the OAuth 2.0 Device Authorization Flow. This flow is designed for input-constrained devices like smart TVs, IoT devices, or gaming consoles.
How it works:
user_code and verification_uri to the user/oauth/token using the device_code until user completes authorizationThe access token received from the authorization server in the OAuth 2.0 flow.
Device code issued successfully
The device verification code used when polling for tokens
The end-user verification code. Display this to the user.
The URI the user should visit to enter the user_code
The lifetime in seconds of the device_code and user_code
The minimum number of seconds to wait between polling requests to /oauth/token
Optional URI that includes the user_code for easier user experience