Mark core API as experimental

pull/23203/head
Richard Belleville 4 years ago
parent 8459b49dd5
commit 236a089ca6
  1. 6
      include/grpc/grpc_security.h

@ -311,7 +311,11 @@ GRPCAPI grpc_call_credentials* grpc_google_compute_engine_credentials_create(
WARNING: Do NOT use this credentials to connect to a non-google service as
this could result in an oauth2 token leak. The security level of the
resulting connection is GRPC_PRIVACY_AND_INTEGRITY. */
resulting connection is GRPC_PRIVACY_AND_INTEGRITY.
This API is used for experimental purposes for now and may change in the
future.
*/
GRPCAPI grpc_channel_credentials*
grpc_compute_engine_channel_credentials_create(void* reserved);

Loading…
Cancel
Save