BasicLoginInformationResponse

data class BasicLoginInformationResponse(val username: String? = null)

Username and password for basic login authentication.

Constructors

Link copied to clipboard
fun BasicLoginInformationResponse(username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val username: String? = null

Login username.