BasicHttpAuthorization

data class BasicHttpAuthorization(val login: String, val password: String)(source)

Carries BasicHttpAuthorization data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

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

Properties

Link copied to clipboard

Exposes the login value used by the SDAI network layer.

Link copied to clipboard

Exposes the password value used by the SDAI network layer.