HttpBasic

data class HttpBasic(val login: String, val password: String) : AuthorizationCredentials(source)

Carries HttpBasic data through the SDAI domain layer.

Author

Dmitriy Moroz

Parameters

login

login value consumed by the API.

password

password value consumed by the API.

Constructors

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

Properties

Link copied to clipboard

Exposes the key value used by the SDAI domain layer.

Link copied to clipboard
Link copied to clipboard