Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 767 Bytes

File metadata and controls

18 lines (10 loc) · 767 Bytes

OauthDeviceAuthorizationResponse

Properties

Name Type Description Notes
deviceCode String The device verification code [optional]
expiresIn Integer The lifetime in seconds of the device_code and user_code [optional]
interval Integer The minimum amount of time in seconds the client should wait between polling requests [optional]
userCode String The end-user verification code [optional]
verificationUri String The end-user verification URI on the authorization server [optional]
verificationUriComplete String The verification URI with the user code pre-filled [optional]