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

com.github.antelopeframework.httpinvoker.server.AuthObtainer Maven / Gradle / Ivy

The newest version!
package com.github.antelopeframework.httpinvoker.server;

public interface AuthObtainer {

	UserPasswodPair get(String app);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy