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