Uses of Class
io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
-
Packages that use CredentialStorage Package Description io.vertx.rxjava3.ext.auth.webauthn4j -
-
Uses of CredentialStorage in io.vertx.rxjava3.ext.auth.webauthn4j
Fields in io.vertx.rxjava3.ext.auth.webauthn4j with type parameters of type CredentialStorage Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<CredentialStorage>
CredentialStorage. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.auth.webauthn4j that return CredentialStorage Modifier and Type Method Description static CredentialStorage
CredentialStorage. newInstance(CredentialStorage arg)
Methods in io.vertx.rxjava3.ext.auth.webauthn4j with parameters of type CredentialStorage Modifier and Type Method Description WebAuthn4J
WebAuthn4J. credentialStorage(CredentialStorage credentialStorage)
Provide aCredentialStorage
that can fetchAuthenticator
s from storage and update them.
-