DbmsConnectionInfo¶
- class graphdatascience.session.dbms_connection_info.DbmsConnectionInfo¶
Represents the connection information for a Neo4j DBMS, such as an AuraDB instance.
- __init__(uri: str, username: str, password: str, database: str | None = None) None ¶
- auth() tuple[str, str] ¶
Returns the username and password for authentication.
- Returns:
A tuple containing the username and password.