HttpCredentials

class HttpCredentials(val username: String, val password: String)

Represents credentials for HTTP Basic authentication. *

Parameters

username

The username.

password

The password.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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