aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/auth_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/auth_context.h')
-rw-r--r--include/grpc++/auth_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/auth_context.h b/include/grpc++/auth_context.h
index f8ea8ad6f4..7dced90ce5 100644
--- a/include/grpc++/auth_context.h
+++ b/include/grpc++/auth_context.h
@@ -62,6 +62,7 @@ class AuthPropertyIterator
AuthPropertyIterator();
AuthPropertyIterator(const grpc_auth_property* property,
const grpc_auth_property_iterator* iter);
+
private:
friend class SecureAuthContext;
const grpc_auth_property* property_;
@@ -92,4 +93,3 @@ class AuthContext {
} // namespace grpc
#endif // GRPCXX_AUTH_CONTEXT_H
-