We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47211c commit 14cbc1cCopy full SHA for 14cbc1c
src/Ydb.Sdk/src/Auth/ICredentialsProvider.cs
@@ -4,7 +4,7 @@ namespace Ydb.Sdk.Auth;
4
5
public interface ICredentialsProvider
6
{
7
- [Obsolete("For removal in 1.*")]
+ // For removal in 1.*
8
string? GetAuthInfo();
9
10
ValueTask<string?> GetAuthInfoAsync()
0 commit comments