From 873b39d81e5544469ca4607f616021080d14e5e0 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Tue, 4 Jun 2019 13:56:25 -0700 Subject: [PATCH] Update server_side_auth about the CallCredential --- doc/server_side_auth.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/server_side_auth.md b/doc/server_side_auth.md index d260237928d..e425289faa9 100644 --- a/doc/server_side_auth.md +++ b/doc/server_side_auth.md @@ -2,6 +2,7 @@ Server-side API for Authenticating Clients ========================================== NOTE: This document describes how server-side authentication works in C-core based gRPC implementations only. In gRPC Java and Go, server side authentication is handled differently. +NOTE2: `CallCredentials` class is only valid for secure channels in C-Core. So, for connections under insecure channels, features below might not be avaiable. ## AuthContext