LoginRequestedit

The body of a login request.

Propertiesedit

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

Exampleedit

{
   "login_state" : {
      "path" : "string"
   },
   "password" : "string",
   "username" : "string"
}