vz-api
1.0.0
ps
/
com.keygenqt.ps.db.models
/
Token
Token
data
class
Token
(
val
id
:
Int
?
=
null
,
val
userId
:
Int
,
val
deviceId
:
String
,
val
token
:
String
,
val
refreshToken
:
String
,
val
expiresAt
:
Long
,
val
createAt
:
Long
)
Content copied to clipboard
Constructors
Properties
Constructors
Token
Link copied to clipboard
fun
Token
(
id
:
Int
?
=
null
,
userId
:
Int
,
deviceId
:
String
,
token
:
String
,
refreshToken
:
String
,
expiresAt
:
Long
,
createAt
:
Long
)
Content copied to clipboard
Properties
create
At
Link copied to clipboard
val
createAt
:
Long
Content copied to clipboard
device
Id
Link copied to clipboard
val
deviceId
:
String
Content copied to clipboard
expires
At
Link copied to clipboard
val
expiresAt
:
Long
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Int
?
=
null
Content copied to clipboard
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
Content copied to clipboard
token
Link copied to clipboard
val
token
:
String
Content copied to clipboard
user
Id
Link copied to clipboard
val
userId
:
Int
Content copied to clipboard