Skip to content
Sign In

Methods

Invalidate

Invalidates the authentication for the current connection.

Invalidates the authentication for the current connection.

Method Syntax
await db.Invalidate()

Properties

Description

cancellationToken

The cancellationToken enables graceful cancellation of asynchronous operations.

await db.Invalidate();

Was this page helpful?