pub trait TokenSourceProvider: Send + Sync + Debug {
// Required method
fn token_source(&self) -> Arc<dyn TokenSource>;
}Required Methods§
sourcefn token_source(&self) -> Arc<dyn TokenSource>
fn token_source(&self) -> Arc<dyn TokenSource>
token returns the token source implementation