Device authorization
POST /oauth/device/authorize
Start device flow by generating device and user codes.
Responses
| Status | Description |
|---|---|
200 | Successful Response |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
device_code | string | yes | — |
user_code | string | yes | — |
verification_uri | string | yes | — |
verification_uri_complete | string | yes | — |
expires_in | integer | yes | — |
interval | integer | yes | — |
Operation ID: device_authorization_oauth_device_authorize_post