
tech.ydb.core.auth.AuthIdentity Maven / Gradle / Ivy
package tech.ydb.core.auth;
/**
* @author Sergey Polovko
*/
public interface AuthIdentity extends AutoCloseable {
String getToken();
@Override
default void close() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy