Table of Contents

Method SupportsSessionAuthAsync

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

SupportsSessionAuthAsync()

Asynchronously verify if the driver supports re-auth.

Task<bool> SupportsSessionAuthAsync()

Returns

Task<bool>

A task that represents the asynchronous operation. The task result contains True if the remote server and/or cluster support re-auth, otherwise false.