pub type AuthProviderFuture<'a> = Pin<Box<dyn Future<Output = Result<Request, AuthError>> + Send + 'a>>;
pub struct AuthProviderFuture<'a> { /* private fields */ }