Table of Contents

Method Bearer

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

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 string

Base64 encoded token

Returns

IAuthToken

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

Remarks