Uses of Class
io.vertx.ext.auth.webauthn.WebAuthnCredentials
-
Packages that use WebAuthnCredentials Package Description io.vertx.ext.auth.webauthn -
-
Uses of WebAuthnCredentials in io.vertx.ext.auth.webauthn
Methods in io.vertx.ext.auth.webauthn that return WebAuthnCredentials Modifier and Type Method 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)
-