pub type GenericOAuthRefreshAccessToken = Arc<dyn Fn(String) -> Pin<Box<dyn Future<Output = Result<OAuth2Tokens, OAuthError>> + Send>> + Send + Sync>;
pub struct GenericOAuthRefreshAccessToken { /* private fields */ }