vertx / io.vertx.rxjava.ext.web.handler / DigestAuthHandler / create

create

open static fun create(authProvider: HtdigestAuth): DigestAuthHandler

Create a digest auth handler

Parameters

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.

Parameters

authProvider - the auth service to use

nonceExpireTimeout - the nonce expire timeout in milliseconds.

Return
the auth handler