DigestAuthProvider
class DigestAuthProvider(credentials: suspend () -> DigestAuthCredentials?, realm: String?, algorithmName: String) : AuthProvider
Content copied to clipboard
Client digest AuthProvider.
Constructors
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
fun DigestAuthProvider(credentials: suspend () -> DigestAuthCredentials?, realm: String? = null, algorithmName: String = "MD5")
Content copied to clipboard
Functions
Link copied to clipboard
Add authentication method headers and creds.
Link copied to clipboard
Check if current provider is applicable to the request.
Link copied to clipboard
Refresh token if required.
Link copied to clipboard
open override fun sendWithoutRequest(request: HttpRequestBuilder): Boolean
Content copied to clipboard
Properties
Link copied to clipboard
Wait for HttpStatusCode.Unauthorized to send credentials.