LoginRequest
editLoginRequest
editThe body of a login request.
Properties
edit-
login_state
(LoginState
) - Configure how the API responds after a successful login.
-
password
(string
, required) - The plain text password part of the login request
-
username
(string
, required) - The username part of the login request
Example
edit{ "login_state" : { "path" : "string" }, "password" : "string", "username" : "string" }