ServiceAuth

data class ServiceAuth(val password: String? = null, val serverAddress: String, val username: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password

Link copied to clipboard

The address of the server for the authentication

Link copied to clipboard
val username: String? = null

The username