Skip to content

IDatabase.Invalidate method

Invalidates the authentication for the current connection.

public Task<DriverResponse> Invalidate(CancellationToken ct = default)

Remarks

This updates the internal Config.

See Also