Package | Description |
---|---|
io.vertx.ext.auth.otp.hotp | |
io.vertx.reactivex.ext.auth.otp.hotp | |
io.vertx.rxjava.ext.auth.otp.hotp | |
io.vertx.rxjava3.ext.auth.otp.hotp |
Modifier and Type | Method and Description |
---|---|
HotpAuthOptions |
HotpAuthOptions.setAuthAttemptsLimit(int authAttemptsLimit) |
HotpAuthOptions |
HotpAuthOptions.setCounter(long counter) |
HotpAuthOptions |
HotpAuthOptions.setLookAheadWindow(int lookAheadWindow) |
HotpAuthOptions |
HotpAuthOptions.setPasswordLength(int passwordLength) |
Modifier and Type | Method and Description |
---|---|
static HotpAuth |
HotpAuth.create(HotpAuthOptions hotpAuthOptions)
Creates an instance of HotpAuth.
|
static void |
HotpAuthOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
HotpAuthOptions obj) |
static void |
HotpAuthOptionsConverter.toJson(HotpAuthOptions obj,
JsonObject json) |
static void |
HotpAuthOptionsConverter.toJson(HotpAuthOptions obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
static HotpAuth |
HotpAuth.create(HotpAuthOptions hotpAuthOptions)
Creates an instance of HotpAuth.
|
Modifier and Type | Method and Description |
---|---|
static HotpAuth |
HotpAuth.create(HotpAuthOptions hotpAuthOptions)
Creates an instance of HotpAuth.
|
Modifier and Type | Method and Description |
---|---|
static HotpAuth |
HotpAuth.create(HotpAuthOptions hotpAuthOptions)
Creates an instance of HotpAuth.
|
Copyright © 2022 Eclipse. All rights reserved.