BasicAuthConfig
class BasicAuthConfig
BasicAuthProvider configuration.
Constructors
BasicAuthConfig() BasicAuthProvider configuration. |
Properties
lateinit var password: String Required: The password of the basic auth. |
|
var realm: String? Optional: current provider realm |
|
var sendWithoutRequest: Boolean Send credentials in without waiting for HttpStatusCode.Unauthorized. |
|
lateinit var username: String Required: The username of the basic auth. |