A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://neo4j.com/docs/api/dotnet-driver/current/api/Neo4j.Driver.AuthTokens.Basic.html below:

Method Basic
Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll
Basic(string, string)

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.

Returns
IAuthToken

An authentication token that can be used to connect to Neo4j.

Basic(string, string, string)

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.

Returns
IAuthToken

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