pub type TokenRefreshCallback = Arc<dyn Fn(&str, &str) + Send + Sync>;
Callback type for token refresh notifications.
pub struct TokenRefreshCallback { /* private fields */ }