AuthenticateUserByName

data class AuthenticateUserByName(val username: String? = null, val pw: String? = null)

The authenticate user by name request body.

Constructors

Link copied to clipboard
constructor(username: String? = null, pw: String? = null)

Properties

Link copied to clipboard
val pw: String? = null

The plain text password.

Link copied to clipboard
val username: String? = null

The username.