Hanami backend
Toggle table of contents
2026.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Hanami backend
Hanami backend
/
fi.aalto.cs.hanami.auth
/
CreateFrontendSessionRequest
Create
Frontend
Session
Request
@
Serializable
data
class
CreateFrontendSessionRequest
(
val
token
:
String
,
val
replacedSessionId
:
String
?
=
null
)
(
source
)
Members
Constructors
Create
Frontend
Session
Request
Link copied to clipboard
constructor
(
token
:
String
,
replacedSessionId
:
String
?
=
null
)
Properties
replaced
Session
Id
Link copied to clipboard
val
replacedSessionId
:
String
?
token
Link copied to clipboard
val
token
:
String