class BasicAuthConfig
BasicAuthProvider configuration.
BasicAuthConfig()
BasicAuthProvider configuration. |
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. |