BasicAuthProvider
class BasicAuthProvider : AuthProvider
Client basic authentication provider.
Constructors
BasicAuthProvider( Client basic authentication provider. |
Properties
val sendWithoutRequest: Boolean Wait for HttpStatusCode.Unauthorized to send credentials. |
Functions
suspend fun addRequestHeaders( Add authentication method headers and creds. |
|
fun isApplicable(auth: HttpAuthHeader): Boolean Check if current provider is applicable to the request. |