Package | Description |
---|---|
io.vertx.rxjava3.ext.auth.otp.totp | |
io.vertx.rxjava3.ext.web.handler |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<TotpAuth> |
TotpAuth.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
TotpAuth |
TotpAuth.authenticatorFetcher(java.util.function.Function<String,Single<Authenticator>> fetcher)
Provide a that can fetch s from a backend given an
identifier
argument. |
TotpAuth |
TotpAuth.authenticatorUpdater(java.util.function.Function<Authenticator,Completable> updater)
Provide a that can update or insert a .
|
static TotpAuth |
TotpAuth.create()
Creates an instance of TotpAuth.
|
static TotpAuth |
TotpAuth.create(TotpAuthOptions totpAuthOptions)
Creates an instance of TotpAuth.
|
static TotpAuth |
TotpAuth.newInstance(TotpAuth arg) |
Modifier and Type | Method and Description |
---|---|
static OtpAuthHandler |
OtpAuthHandler.create(TotpAuth totpAuth)
Create a new instance of this handler using a time based one time password authentication provider.
|
Copyright © 2023 Eclipse. All rights reserved.