pub type TokenSourceError = Box<dyn Error + Send + Sync>;
The error type for token sources.
pub struct TokenSourceError(/* private fields */);