mirror of
https://github.com/jellyfin/jellyfin-sdk-swift.git
synced 2024-11-27 08:20:50 +00:00
a524873ad0
Update stable OpenAPI client
22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
# 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]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|