Skip to content

Commit 05f9b97

Browse files
committed
Add missing user certificates samples for rust and python
1 parent 4053d56 commit 05f9b97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/clients/grpc/authentication.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ To authenticate, include these two parameters in your connection string or const
5454
Check the samples for the following clients:
5555

5656
::: code-tabs
57+
@tab Python
58+
@[code{client-with-user-certificates}](@grpc:user_certificates.py)
59+
@tab JavaScript
60+
@[code{client-with-user-certificates}](@grpc:user-certificates.ts)
5761
@tab TypeScript
5862
@[code{client-with-user-certificates}](@grpc:user-certificates.ts)
5963
@tab Java
@@ -62,6 +66,8 @@ Check the samples for the following clients:
6266
@[code{client-with-user-certificates}](@grpc:user-certificates/Program.cs)
6367
@tab Go
6468
@[code{client-with-user-certificates}](@grpc:/userCertificates.go)
69+
@tab Rust
70+
@[code{client-with-user-certificates}](@grpc:/user_certificates.rs)
6571
:::
6672

6773

0 commit comments

Comments
 (0)