| Name | Type | Description | Notes |
|---|---|---|---|
| device_code | string | The device verification code | [optional] |
| expires_in | int | The lifetime in seconds of the device_code and user_code | [optional] |
| interval | int | The minimum amount of time in seconds the client should wait between polling requests | [optional] |
| user_code | string | The end-user verification code | [optional] |
| verification_uri | string | The end-user verification URI on the authorization server | [optional] |
| verification_uri_complete | string | The verification URI with the user code pre-filled | [optional] |