Method Bearer
Bearer(string)
The bearer authentication scheme, using a base64 encoded token, such as those supplied by SSO providers. Gets an authentication token that can be used to connect to Neo4j.
public static IAuthToken Bearer(string token)
Parameters
token
stringBase64 encoded token
Returns
- IAuthToken
An authentication token that can be used to connect to Neo4j.