Classes
Methods
(static) DigestAuthHandler.create(authProvider, nonceExpireTimeout) → {DigestAuthHandler}
Create a digest auth handler, specifying the expire timeout for nonces.
Parameters:
Name | Type | Description |
---|---|---|
authProvider |
HtdigestAuth | the auth service to use |
nonceExpireTimeout |
number | the nonce expire timeout in milliseconds. |
Returns:
the auth handler
- Type
- DigestAuthHandler