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.courses
/
AuthorizedCourseRequest
Authorized
Course
Request
data
class
AuthorizedCourseRequest
(
val
entry
:
CourseEntry
,
val
token
:
String
,
val
identity
:
Identity
,
val
role
:
Role
)
(
source
)
Members
Constructors
Authorized
Course
Request
Link copied to clipboard
constructor
(
entry
:
CourseEntry
,
token
:
String
,
identity
:
Identity
,
role
:
Role
)
Properties
entry
Link copied to clipboard
val
entry
:
CourseEntry
identity
Link copied to clipboard
val
identity
:
Identity
role
Link copied to clipboard
val
role
:
Role
token
Link copied to clipboard
val
token
:
String