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