The basic authentication scheme, using a username and a password.
public static IAuthToken Basic(string username, string password)
Parameters
username
string
This is the "principal", identifying who this token represents.
password
string
This is the "credential", proving the identity of the user.
An authentication token that can be used to connect to Neo4j.
The basic authentication scheme, using a username and a password.
public static IAuthToken Basic(string username, string password, string realm)
Parameters
username
string
This is the "principal", identifying who this token represents.
password
string
This is the "credential", proving the identity of the user.
realm
string
This is the "realm", specifies the authentication provider. If none is given, default to be decided by the server.
An authentication token that can be used to connect to Neo4j.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4