File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1+ - Add static auth
12## v0.1.1
23- Add static code analysis
34- Add CodeQL analysis
Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ await driver.Initialize(); // Make sure to await driver initialization
3737```
3838
3939### Credentials
40- YDB SDK provides two standard ways for authentication:
40+ YDB SDK provides several standard ways for authentication:
41411 ) ` Ydb.Sdk.Auth.AnonymousProvider ` . Anonymous YDB access, mainly for tests purposes.
42422 ) ` Ydb.Sdk.Auth.TokenProvider ` . Token authentication for OAuth-like tokens.
43+ 3 ) ` Ydb.Sdk.Auth.StaticCredentialsProvider ` . Username and password based authentication.
4344
4445For Yandex.Cloud specific authentication methods, consider using ** [ ydb-dotnet-yc] ( https://github.com/ydb-platform/ydb-dotnet-yc ) ** .
4546
You can’t perform that action at this time.
0 commit comments