Skip to content
Snippets Groups Projects
Commit 03764bb8 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #1971 from endobson/patch-1

Fix typo in grpc_security.h
parents 887774dc a6124ec2
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ grpc_credentials *grpc_service_account_credentials_create( ...@@ -117,7 +117,7 @@ grpc_credentials *grpc_service_account_credentials_create(
grpc_credentials *grpc_jwt_credentials_create(const char *json_key, grpc_credentials *grpc_jwt_credentials_create(const char *json_key,
gpr_timespec token_lifetime); gpr_timespec token_lifetime);
/* Creates an Oauth2 Refresh Token crednetials object. May return NULL if the /* Creates an Oauth2 Refresh Token credentials object. May return NULL if the
input is invalid. input is invalid.
WARNING: Do NOT use this credentials to connect to a non-google service as WARNING: Do NOT use this credentials to connect to a non-google service as
this could result in an oauth2 token leak. this could result in an oauth2 token leak.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment