22 lines
705 B
Markdown
22 lines
705 B
Markdown
# managerapi.model.TokenDTO
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:managerapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**accessToken** | **String** | | [optional]
|
|
**refreshToken** | **String** | | [optional]
|
|
**scope** | **String** | | [optional]
|
|
**tokenType** | **String** | | [optional]
|
|
**expiresIn** | **int** | | [optional]
|
|
**expiration** | [**DateTime**](DateTime.md) | | [optional]
|
|
**instanceId** | **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)
|
|
|
|
|