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

com.yandex.ydb.core.auth.AuthProvider Maven / Gradle / Ivy

package com.yandex.ydb.core.auth;

/**
 * @author Sergey Polovko
 */
public interface AuthProvider extends AutoCloseable {

    String getToken();

    @Override
    default void close() {
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy