ydb-dotnet-sdk icon indicating copy to clipboard operation
ydb-dotnet-sdk copied to clipboard

Add Dispose method to ICredentialsProvider interface

Open rekby opened this issue 1 year ago • 0 comments

Add Dispose method to ICredentialsProvider with empty default implementation (for backward compatible) and call it while Driver disposing.

Implement the method for StaticCredentialsProvider and stop background refresh token task.

Then implement the method for yc auth providers: https://github.com/ydb-platform/ydb-dotnet-yc/issues/2

rekby avatar Oct 03 '23 06:10 rekby