Credentials

Trait Credentials 

Source
pub trait Credentials: Send + Sync {
    // Required method
    fn create_token(&self) -> YdbResult<TokenInfo>;

    // Provided method
    fn debug_string(&self) -> String { ... }
}

Required Methods§

Provided Methods§

Trait Implementations§

Source§

impl Debug for dyn Credentials + 'static

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§