com.github.antelopeframework.remoting.server.auth.RemoteCallAuthenticate Maven / Gradle / Ivy
package com.github.antelopeframework.remoting.server.auth;
public interface RemoteCallAuthenticate {
/**
*
* @param app
* @param username
* @param password
* @return
*/
boolean auth(String app, String username, String password);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy