pub type OnCredentialRefreshed = Arc<dyn Fn(Token) -> Pin<Box<dyn Future<Output = ()> + Send>> + Send + Sync>;
Callback type for credential refresh events
pub struct OnCredentialRefreshed { /* private fields */ }