mirror of
https://github.com/jellyfin/jellyfin-sdk-swift.git
synced 2024-11-23 14:20:08 +00:00
a524873ad0
Update stable OpenAPI client
1.2 KiB
1.2 KiB
AuthenticationInfo
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Int64 | Gets or sets the identifier. | [optional] |
accessToken | String | Gets or sets the access token. | [optional] |
deviceId | String | Gets or sets the device identifier. | [optional] |
appName | String | Gets or sets the name of the application. | [optional] |
appVersion | String | Gets or sets the application version. | [optional] |
deviceName | String | Gets or sets the name of the device. | [optional] |
userId | String | Gets or sets the user identifier. | [optional] |
isActive | Bool | Gets or sets a value indicating whether this instance is active. | [optional] |
dateCreated | Date | Gets or sets the date created. | [optional] |
dateRevoked | Date | Gets or sets the date revoked. | [optional] |
dateLastActivity | Date | [optional] | |
userName | String | [optional] |