Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/clients/grpc/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ To authenticate, include these two parameters in your connection string or const
Check the samples for the following clients:

::: code-tabs
@tab Python
@[code{client-with-user-certificates}](@grpc:user_certificates.py)
@tab JavaScript
@[code{client-with-user-certificates}](@grpc:user-certificates.ts)
@tab TypeScript
@[code{client-with-user-certificates}](@grpc:user-certificates.ts)
@tab Java
Expand All @@ -62,6 +66,8 @@ Check the samples for the following clients:
@[code{client-with-user-certificates}](@grpc:user-certificates/Program.cs)
@tab Go
@[code{client-with-user-certificates}](@grpc:/userCertificates.go)
@tab Rust
@[code{client-with-user-certificates}](@grpc:/user_certificates.rs)
:::