mirror of
https://github.com/jellyfin/jellyfin-sdk-swift.git
synced 2024-11-23 14:20:08 +00:00
970 B
970 B
QuickConnectResult
Properties
Name | Type | Description | Notes |
---|---|---|---|
authenticated | Bool | Gets a value indicating whether this request is authorized. | [optional] [readonly] |
secret | String | Gets or sets the secret value used to uniquely identify this request. Can be used to retrieve authentication information. | [optional] |
code | String | Gets or sets the user facing code used so the user can quickly differentiate this request from others. | [optional] |
authentication | String | Gets or sets the private access token. | [optional] |
error | String | Gets or sets an error message. | [optional] |
dateAdded | Date | Gets or sets the DateTime that this request was created. | [optional] |