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

tech.ydb.core.auth.AuthRpc Maven / Gradle / Ivy

package tech.ydb.core.auth;

import tech.ydb.core.grpc.GrpcTransport;

/**
 *
 * @author Aleksandr Gorshenin
 */
public interface AuthRpc {
    String getEndpoint();
    String getDatabase();

    GrpcTransport createTransport();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy