Package | Description |
---|---|
io.vertx.ext.auth.otp.totp | |
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 |
---|---|
TotpAuthOptions |
TotpAuthOptions.setAuthAttemptsLimit(int authAttemptsLimit) |
TotpAuthOptions |
TotpAuthOptions.setPasswordLength(int passwordLength) |
TotpAuthOptions |
TotpAuthOptions.setPeriod(long period) |
Modifier and Type | Method and Description |
---|---|
static TotpAuth |
TotpAuth.create(TotpAuthOptions totpAuthOptions)
Creates an instance of TotpAuth.
|
static void |
TotpAuthOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
TotpAuthOptions obj) |
static void |
TotpAuthOptionsConverter.toJson(TotpAuthOptions obj,
JsonObject json) |
static void |
TotpAuthOptionsConverter.toJson(TotpAuthOptions obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
static TotpAuth |
TotpAuth.create(TotpAuthOptions totpAuthOptions)
Creates an instance of TotpAuth.
|
Modifier and Type | Method and Description |
---|---|
static TotpAuth |
TotpAuth.create(TotpAuthOptions totpAuthOptions)
Creates an instance of TotpAuth.
|
Modifier and Type | Method and Description |
---|---|
static TotpAuth |
TotpAuth.create(TotpAuthOptions totpAuthOptions)
Creates an instance of TotpAuth.
|
Copyright © 2023 Eclipse. All rights reserved.