public final class RemoteClientOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
RemoteClientOptions(Supplier<String> jwtSupplier) |