Package | Description |
---|---|
io.vertx.ext.auth.webauthn |
Modifier and Type | Method and Description |
---|---|
RelayParty |
WebAuthnOptions.getRelayParty() |
RelayParty |
RelayParty.setIcon(String icon) |
RelayParty |
RelayParty.setId(String id) |
RelayParty |
RelayParty.setName(String name) |
Modifier and Type | Method and Description |
---|---|
static void |
RelayPartyConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
RelayParty obj) |
WebAuthnOptions |
WebAuthnOptions.setRelayParty(RelayParty relayParty) |
static void |
RelayPartyConverter.toJson(RelayParty obj,
JsonObject json) |
static void |
RelayPartyConverter.toJson(RelayParty obj,
Map<String,Object> json) |
Constructor and Description |
---|
RelayParty(RelayParty other) |
Copyright © 2020 Eclipse. All rights reserved.