vz-api
1.0.0
ps
/
com.keygenqt.ps.db.models
/
TokenEntity
Token
Entity
class
TokenEntity
(
id
:
EntityID
<
Int
>
)
:
IntEntity
Content copied to clipboard
Exposed entity
Types
Constructors
Properties
Extensions
Constructors
Token
Entity
Link copied to clipboard
fun
TokenEntity
(
id
:
EntityID
<
Int
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
:
IntEntityClass
<
TokenEntity
>
Content copied to clipboard
Properties
create
At
Link copied to clipboard
var
createAt
:
Long
Content copied to clipboard
device
Id
Link copied to clipboard
var
deviceId
:
String
Content copied to clipboard
expires
At
Link copied to clipboard
var
expiresAt
:
Long
Content copied to clipboard
refresh
Token
Link copied to clipboard
var
refreshToken
:
String
Content copied to clipboard
token
Link copied to clipboard
var
token
:
String
Content copied to clipboard
user
Id
Link copied to clipboard
var
userId
:
EntityID
<
Int
>
Content copied to clipboard
Extensions
to
Token
Link copied to clipboard
fun
TokenEntity
.
toToken
(
)
:
Token
Content copied to clipboard
Convert to model