ReAuth-Backend
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ReAuth-Backend
core
/
reprivatize.reauth.session
Package-level
declarations
Types
Functions
Properties
Types
Session
Link copied to clipboard
@
Serializable
class
Session
(
val
uuid
:
UUID
,
val
macKey
:
ByteArray
,
val
createdAt
:
Long
,
val
validFor
:
Duration
=
reAuthServer.config.session.validForDuration()
)
Session
Attributes
Link copied to clipboard
object
SessionAttributes
Session
Service
Link copied to clipboard
class
SessionService
(
database
:
Database
)
Properties
Session
Check
Middleware
Link copied to clipboard
val
SessionCheckMiddleware
:
ApplicationPlugin
<
Unit
>
Functions
session
Link copied to clipboard
fun
Route
.
session
(
)