
tech.ydb.core.auth.AuthProvider Maven / Gradle / Ivy
package tech.ydb.core.auth;
/**
*
* @author Aleksandr Gorshenin
*/
public interface AuthProvider {
AuthIdentity createAuthIdentity(AuthRpc rpc);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy