toggle menu
flatInvoker
common
switch theme
search in API
reaktor-auth
/
dev.shibasis.reaktor.auth
/
Session
Session
@
Serializable
data
class
Session
constructor
(
val
id
:
Uuid
,
val
userId
:
Long
,
val
appId
:
Long
,
val
expiresAt
:
LocalDateTime
,
val
createdAt
:
LocalDateTime
)
Members
Constructors
Session
Link copied to clipboard
constructor
(
id
:
Uuid
,
userId
:
Long
,
appId
:
Long
,
expiresAt
:
LocalDateTime
,
createdAt
:
LocalDateTime
)
Properties
app
Id
Link copied to clipboard
val
appId
:
Long
created
At
Link copied to clipboard
val
createdAt
:
LocalDateTime
expires
At
Link copied to clipboard
val
expiresAt
:
LocalDateTime
id
Link copied to clipboard
val
id
:
Uuid
user
Id
Link copied to clipboard
val
userId
:
Long