org.zbus.mq.server.auth.Auth Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zbus Show documentation
Show all versions of zbus Show documentation
lightweight message queue, service bus
package org.zbus.mq.server.auth;
public interface Auth {
boolean auth(String appid, String token);
void setAccessToken(String accessToken);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy