Package | Description |
---|---|
io.vertx.ext.auth.webauthn |
Modifier and Type | Method and Description |
---|---|
WebAuthnCredentials |
WebAuthnCredentials.setChallenge(String challenge) |
WebAuthnCredentials |
WebAuthnCredentials.setDomain(String domain) |
WebAuthnCredentials |
WebAuthnCredentials.setOrigin(String origin) |
WebAuthnCredentials |
WebAuthnCredentials.setUsername(String username) |
WebAuthnCredentials |
WebAuthnCredentials.setWebauthn(JsonObject webauthn) |
Modifier and Type | Method and Description |
---|---|
static void |
WebAuthnCredentialsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
WebAuthnCredentials obj) |
static void |
WebAuthnCredentialsConverter.toJson(WebAuthnCredentials obj,
JsonObject json) |
static void |
WebAuthnCredentialsConverter.toJson(WebAuthnCredentials obj,
Map<String,Object> json) |
Copyright © 2021 Eclipse. All rights reserved.