All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.polyapi.client.api.AuthTokenEventConsumer Maven / Gradle / Ivy

package io.polyapi.client.api;

@FunctionalInterface
public interface AuthTokenEventConsumer {
  void accept(String token, String url, String error);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy