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