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