Skip to content

Commit a244fc2

Browse files
committed
Update README.md
1 parent 3eb0bc0 commit a244fc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ await driver.Initialize(); // Make sure to await driver initialization
4040
YDB SDK provides two standard ways for authentication:
4141
1) `Ydb.Sdk.Auth.AnonymousProvider`. Anonymous YDB access, mainly for tests purposes.
4242
2) `Ydb.Sdk.Auth.TokenProvider`. Token authentication for OAuth-like tokens.
43+
3) `Ydb.Sdk.Auth.StaticCredentialsProvider`. Username and password based authentication.
4344

4445
For Yandex.Cloud specific authentication methods, consider using **[ydb-dotnet-yc](https://github.com/ydb-platform/ydb-dotnet-yc)**.
4546

0 commit comments

Comments
 (0)