Create an async Neo4j driver with authentication.
Example:
driver = await create_async_driver( ... uri="bolt://localhost:7687", ... user="neo4j", ... password="password" ... )
Optional database name (defaults to Neo4j default).
Additional driver configuration options.