open static fun create(authProvider: HtdigestAuth): DigestAuthHandler
Create a digest auth handler
authProvider - the auth provider to use
Return
the auth handler
open static fun create(authProvider: HtdigestAuth, nonceExpireTimeout: Long): DigestAuthHandler
Create a digest auth handler, specifying the expire timeout for nonces.
authProvider - the auth service to use
nonceExpireTimeout - the nonce expire timeout in milliseconds.
Return
the auth handler