ReAuth-Backend
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ReAuth-Backend
core
/
reprivatize.reauth
/
RASConfig
/
Session
Session
@
Serializable
data
class
Session
(
val
validForTime
:
Double
,
val
validForUnit
:
DurationUnit
,
val
clearSessionCacheTime
:
Double
,
val
clearSessionCacheUnit
:
DurationUnit
)
Members
Constructors
Session
Link copied to clipboard
constructor
(
validForTime
:
Double
,
validForUnit
:
DurationUnit
,
clearSessionCacheTime
:
Double
,
clearSessionCacheUnit
:
DurationUnit
)
Properties
clear
Session
Cache
Time
Link copied to clipboard
val
clearSessionCacheTime
:
Double
clear
Session
Cache
Unit
Link copied to clipboard
val
clearSessionCacheUnit
:
DurationUnit
valid
For
Time
Link copied to clipboard
val
validForTime
:
Double
valid
For
Unit
Link copied to clipboard
val
validForUnit
:
DurationUnit
Functions
clear
Session
Cache
Duration
Link copied to clipboard
fun
clearSessionCacheDuration
(
)
:
Duration
valid
For
Duration
Link copied to clipboard
fun
validForDuration
(
)
:
Duration