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 3eb0bc0 commit a244fc2Copy full SHA for a244fc2
README.md
@@ -40,6 +40,7 @@ await driver.Initialize(); // Make sure to await driver initialization
40
YDB SDK provides two standard ways for authentication:
41
1) `Ydb.Sdk.Auth.AnonymousProvider`. Anonymous YDB access, mainly for tests purposes.
42
2) `Ydb.Sdk.Auth.TokenProvider`. Token authentication for OAuth-like tokens.
43
+3) `Ydb.Sdk.Auth.StaticCredentialsProvider`. Username and password based authentication.
44
45
For Yandex.Cloud specific authentication methods, consider using **[ydb-dotnet-yc](https://github.com/ydb-platform/ydb-dotnet-yc)**.
46
0 commit comments