Uses of Record Class
dev.adlin.vts4j.PluginMeta
Packages that use PluginMeta
-
Uses of PluginMeta in dev.adlin.vts4j
Methods in dev.adlin.vts4j with parameters of type PluginMetaModifier and TypeMethodDescription@NotNull CompletableFuture<String> VTSClient.authenticate(@NotNull PluginMeta pluginMeta) Sends an authentication request with the specified plugin name and author.voidVTSClient.authenticate(@NotNull PluginMeta pluginMeta, @NotNull String authToken) @NotNull CompletableFuture<String> VTSClientImpl.authenticate(@NonNull PluginMeta pluginMeta) voidVTSClientImpl.authenticate(@NonNull PluginMeta pluginMeta, @NonNull String authToken) -
Uses of PluginMeta in dev.adlin.vts4j.auth
Methods in dev.adlin.vts4j.auth with parameters of type PluginMetaModifier and TypeMethodDescription@NotNull CompletableFuture<Void> AuthenticationProvider.authenticateWithExistingToken(@NotNull PluginMeta pluginMeta, @NotNull String token) @NotNull CompletableFuture<String> AuthenticationProvider.authenticateWithNewToken(@NotNull PluginMeta pluginMeta)