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
/
ResolvedFrontendSession
Resolved
Frontend
Session
data
class
ResolvedFrontendSession
(
val
token
:
String
,
val
identity
:
Identity
)
(
source
)
Members
Constructors
Resolved
Frontend
Session
Link copied to clipboard
constructor
(
token
:
String
,
identity
:
Identity
)
Properties
identity
Link copied to clipboard
val
identity
:
Identity
token
Link copied to clipboard
val
token
:
String