pub type TokenSourceWatch = Receiver<Option<Result<String, Box<dyn Error + Send + Sync>>>>;
A watch receiver for token source updates.
pub struct TokenSourceWatch { /* private fields */ }