Trait ydb_unofficial::client::Credentials
source · pub trait Credentials: Clone + Send + 'static {
// Required method
fn token(&self) -> AsciiValue;
}Expand description
Trait to creates tokens for ydb auth
pub trait Credentials: Clone + Send + 'static {
// Required method
fn token(&self) -> AsciiValue;
}Trait to creates tokens for ydb auth