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