Package | Description |
---|---|
io.vertx.ext.auth.webauthn |
Modifier and Type | Method and Description |
---|---|
RelyingParty |
WebAuthnOptions.getRelyingParty() |
RelyingParty |
RelyingParty.setIcon(String icon) |
RelyingParty |
RelyingParty.setId(String id) |
RelyingParty |
RelyingParty.setName(String name) |
Modifier and Type | Method and Description |
---|---|
static void |
RelyingPartyConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
RelyingParty obj) |
WebAuthnOptions |
WebAuthnOptions.setRelyingParty(RelyingParty relyingParty) |
static void |
RelyingPartyConverter.toJson(RelyingParty obj,
JsonObject json) |
static void |
RelyingPartyConverter.toJson(RelyingParty obj,
Map<String,Object> json) |
Constructor and Description |
---|
RelyingParty(RelyingParty other) |
Copyright © 2021 Eclipse. All rights reserved.