PasswordCredential

@Serializable
@SerialName(value = "password")
data class PasswordCredential(val username: String, val password: String) : NetworkCredential

Credential that is used to authenticate against HTTP-secured services.

Since

200.0.0

Constructors

Link copied to clipboard
constructor(username: String, password: String)

Properties

Link copied to clipboard

the user's password

Link copied to clipboard

the user's username

Inherited functions

Link copied to clipboard
open override fun toJson(): String

Convert an object to JSON string.