Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 1.29 KB

AuthenticationInfo.md

File metadata and controls

26 lines (21 loc) · 1.29 KB

openapi.model.AuthenticationInfo

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id int 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 DateTime Gets or sets the date created. [optional]
dateRevoked DateTime Gets or sets the date revoked. [optional]
dateLastActivity DateTime [optional]
userName String [optional]

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