5.2. General¶
Functions or classes often used to interact with the server.
|
Connection to the server with functionality to create, change, and remove graph structures and run jobs. |
|
Basic authentication mechanism with user id and password. |
|
Kerberos-based single-sign on authentication. |
|
PKI-based authentication. |
|
PKI-based authentication through a proxy. |
|
PKI-based authentication through a trusted proxy. |
|
Bearer-token authentication for direct OIDC/JWT login. |
|
Base configuration for OIDC authentication. |
|
Interactive OIDC authentication. |
|
Compatibility wrapper for OidcAuth(flow='auth_code'). |
|
Client-credentials authentication for headless/scripted OIDC login. |
|
Represents a user-scheduled Job. |
|
RowID represents a row ID returned from a server. |
|
Represents a row from a table frame providing access to the row properties and the frame the row belongs to. |
|
Represents a vertex from a vertex frame providing access to the properties and the frame the vertex belongs to. |
|
Represents an edge from an edge frame providing access to the properties and the frame the edge belongs to. |