Skip to main content
POST
Request device + user code

Body

application/json
client_id
string
required

Public client id of the application requesting authorization.

scope
string

Optional space-separated list of scopes.

Response

Device authorization started.

device_code
string
user_code
string
verification_uri
string<uri>
verification_uri_complete
string<uri>
expires_in
integer

Device code lifetime in seconds.

interval
integer

Minimum polling interval in seconds.