Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.13 KB

QuickConnectResult.md

File metadata and controls

18 lines (13 loc) · 1.13 KB

QuickConnectResult

Properties

Name Type Description Notes
authenticated Option<bool> Gets or sets a value indicating whether this request is authorized. [optional]
secret Option<String> Gets the secret value used to uniquely identify this request. Can be used to retrieve authentication information. [optional]
code Option<String> Gets the user facing code used so the user can quickly differentiate this request from others. [optional]
device_id Option<String> Gets the requesting device id. [optional]
device_name Option<String> Gets the requesting device name. [optional]
app_name Option<String> Gets the requesting app name. [optional]
app_version Option<String> Gets the requesting app version. [optional]
date_added Option<String> Gets or sets the DateTime that this request was created. [optional]

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