I mean that `Scope` would have this `Session` as a...
# kodein
d
I mean that
Scope
would have this
Session
as a context, and so I'll have access to it here:
Copy code
bind<UserProfile>() with scopedSingleton(mySessionScope) { session -> UserProfile(session.userId) }