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