Package xtdb.api

Class RemoteClientOptions

java.lang.Object
xtdb.api.RemoteClientOptions

public final class RemoteClientOptions extends Object
  • Field Details

    • jwtSupplier

      public final Supplier<String> jwtSupplier
      A supplier function which provides JWT authorization strings for the remote API client to use to connect to a authenticated HTTP Server.
  • Constructor Details

    • RemoteClientOptions

      public RemoteClientOptions(Supplier<String> jwtSupplier)