Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 863 Bytes

File metadata and controls

14 lines (11 loc) · 863 Bytes

# OauthDeviceAuthorizationResponse

Properties

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]

[Back to Model list] [Back to API list] [Back to README]