umami
Toggle table of contents
0.5.0
Select version
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
umami
umami-api
/
dev.appoutlet.umami.api
/
Auth
/
Login
Login
interface
Login
Members
Types
Request
Link copied to clipboard
@
Serializable
data
class
Request
(
val
username
:
String
,
val
password
:
String
)
Represents the request body for the login API call.