Class VertxHttpAsyncClient

java.lang.Object
io.quarkus.security.webauthn.impl.VertxHttpAsyncClient
All Implemented Interfaces:
com.webauthn4j.async.metadata.HttpAsyncClient

public class VertxHttpAsyncClient extends Object implements com.webauthn4j.async.metadata.HttpAsyncClient
  • Constructor Details

    • VertxHttpAsyncClient

      public VertxHttpAsyncClient(io.vertx.core.Vertx vertx)
  • Method Details

    • fetch

      public CompletionStage<com.webauthn4j.metadata.HttpClient.Response> fetch(String uri) throws com.webauthn4j.metadata.exception.MDSException
      Specified by:
      fetch in interface com.webauthn4j.async.metadata.HttpAsyncClient
      Throws:
      com.webauthn4j.metadata.exception.MDSException