| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.auth.otp.hotp | |
| io.vertx.rxjava.ext.web.handler | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<HotpAuth> | 
HotpAuth.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
HotpAuth | 
HotpAuth.authenticatorFetcher(java.util.function.Function<String,Future<Authenticator>> fetcher)
Provide a  that can fetch s from a backend given an  
identifier
 argument. | 
HotpAuth | 
HotpAuth.authenticatorUpdater(java.util.function.Function<Authenticator,Future<Void>> updater)
Provide a  that can update or insert a . 
 | 
static HotpAuth | 
HotpAuth.create()
Creates an instance of HotpAuth. 
 | 
static HotpAuth | 
HotpAuth.create(HotpAuthOptions hotpAuthOptions)
Creates an instance of HotpAuth. 
 | 
static HotpAuth | 
HotpAuth.newInstance(HotpAuth arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
static OtpAuthHandler | 
OtpAuthHandler.create(HotpAuth hotpAuth)
Create a new instance of this handler using a hash based one time password authentication provider. 
 | 
Copyright © 2022 Eclipse. All rights reserved.