.Invalidate()

Invalidates the authentication for the current connection.

Method Syntax

await db.Invalidate()
PropertiesDescription
cancellationToken The cancellationToken enables graceful cancellation of asynchronous operations.
await db.Invalidate();

Was this page helpful?