Uses of Class
io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
Packages that use CredentialStorage
-
Uses of CredentialStorage in io.vertx.reactivex.ext.auth.webauthn4j
Fields in io.vertx.reactivex.ext.auth.webauthn4j with type parameters of type CredentialStorageModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<CredentialStorage> CredentialStorage.__TYPE_ARGMethods in io.vertx.reactivex.ext.auth.webauthn4j that return CredentialStorageModifier and TypeMethodDescriptionstatic CredentialStorageCredentialStorage.newInstance(CredentialStorage arg) Methods in io.vertx.reactivex.ext.auth.webauthn4j with parameters of type CredentialStorageModifier and TypeMethodDescriptionWebAuthn4J.credentialStorage(CredentialStorage credentialStorage) Provide aCredentialStoragethat can fetchAuthenticators from storage and update them.