Package | Description |
---|---|
io.vertx.ext.auth.otp.totp | |
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.auth.otp.totp | |
io.vertx.rxjava.ext.auth.otp.totp | |
io.vertx.rxjava3.ext.auth.otp.totp |
Modifier and Type | Method and Description |
---|---|
TotpAuth |
TotpAuth.authenticatorFetcher(java.util.function.Function<String,Future<Authenticator>> fetcher)
|
TotpAuth |
TotpAuth.authenticatorUpdater(java.util.function.Function<Authenticator,Future<Void>> updater)
Provide a
Function that can update or insert a Authenticator . |
static TotpAuth |
TotpAuth.create()
Creates an instance of TotpAuth.
|
static TotpAuth |
TotpAuth.create(TotpAuthOptions totpAuthOptions)
Creates an instance of TotpAuth.
|
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.
|
Modifier and Type | Method and Description |
---|---|
TotpAuth |
TotpAuth.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TotpAuth |
TotpAuth.newInstance(TotpAuth arg) |
Constructor and Description |
---|
TotpAuth(TotpAuth delegate) |
Modifier and Type | Method and Description |
---|---|
TotpAuth |
TotpAuth.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TotpAuth |
TotpAuth.newInstance(TotpAuth arg) |
Constructor and Description |
---|
TotpAuth(TotpAuth delegate) |
Modifier and Type | Method and Description |
---|---|
TotpAuth |
TotpAuth.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TotpAuth |
TotpAuth.newInstance(TotpAuth arg) |
Constructor and Description |
---|
TotpAuth(TotpAuth delegate) |
Copyright © 2022 Eclipse. All rights reserved.