ReAuth-Backend
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ReAuth-Backend
core
/
reprivatize.reauth.session
/
SessionService
Session
Service
class
SessionService
(
database
:
Database
)
Members
Constructors
Session
Service
Link copied to clipboard
constructor
(
database
:
Database
)
Types
Sessions
Link copied to clipboard
object
Sessions
:
Table
Functions
create
Link copied to clipboard
@
ExperimentalTime
suspend
fun
create
(
)
:
String
suspend
fun
create
(
session
:
Session
)
:
InsertStatement
<
Number
>
delete
Link copied to clipboard
suspend
fun
delete
(
uuid
:
UUID
)
is
Expired
Link copied to clipboard
suspend
fun
isExpired
(
uuid
:
UUID
)
:
Boolean
is
Valid
Link copied to clipboard
suspend
fun
isValid
(
uuid
:
UUID
,
clientMacTag
:
ByteArray
)
:
Boolean
suspend
fun
isValid
(
uuid
:
UUID
,
clientMacTagBase64
:
String
)
:
Boolean
read
Link copied to clipboard
suspend
fun
read
(
uuid
:
UUID
)
:
Session
?
session
Link copied to clipboard
suspend
fun
session
(
uuid
:
UUID
)
:
Session
?