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

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