BaseAuth

data class BaseAuth(user: String, password: String) : Auth

Class represents basic authorization to be passed on to the network request

Pass user and password and create BaseAuth type

Constructors

BaseAuth
Link copied to clipboard
fun BaseAuth(user: String, password: String)

Properties

header
Link copied to clipboard
open override val header: Pair<String, String>