![JAR search and dependency download from the Maven repository](/logo.png)
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