Skip to content

Commit 3ab962f

Browse files
committed
Fastfix
1 parent a244fc2 commit 3ab962f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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:
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.
4343
3) `Ydb.Sdk.Auth.StaticCredentialsProvider`. Username and password based authentication.

0 commit comments

Comments
 (0)