Uses of Class
io.vertx.ext.auth.webauthn.RelyingParty
-
Packages that use RelyingParty Package Description io.vertx.ext.auth.webauthn -
-
Uses of RelyingParty in io.vertx.ext.auth.webauthn
Methods in io.vertx.ext.auth.webauthn that return RelyingParty Modifier and Type Method Description RelyingParty
WebAuthnOptions. getRelyingParty()
RelyingParty
RelyingParty. setId(String id)
RelyingParty
RelyingParty. setName(String name)
Methods in io.vertx.ext.auth.webauthn with parameters of type RelyingParty Modifier and Type Method Description WebAuthnOptions
WebAuthnOptions. setRelyingParty(RelyingParty relyingParty)
Constructors in io.vertx.ext.auth.webauthn with parameters of type RelyingParty Constructor Description RelyingParty(RelyingParty other)
-