.Invalidate()
Invalidates the authentication for the current connection.
Method Syntax
await db.Invalidate()
Arguments
Properties | Description |
---|
cancellationToken optional | The cancellationToken enables graceful cancellation of asynchronous operations. |
Example usage
await db.Invalidate();