Skip to content
Snippets Groups Projects
Commit d778651c authored by Yang Gao's avatar Yang Gao
Browse files

formatting

parent 7d6b184f
No related branches found
No related tags found
No related merge requests found
...@@ -105,11 +105,11 @@ std::unique_ptr<Credentials> ServiceAccountCredentials( ...@@ -105,11 +105,11 @@ std::unique_ptr<Credentials> ServiceAccountCredentials(
const grpc::string& json_key, const grpc::string& scope, const grpc::string& json_key, const grpc::string& scope,
std::chrono::seconds token_lifetime); std::chrono::seconds token_lifetime);
// Builds JWT credentials. // Builds JWT credentials.
// json_key is the JSON key string containing the client's private key. // json_key is the JSON key string containing the client's private key.
// token_lifetime is the lifetime of each Json Web Token (JWT) created with // token_lifetime is the lifetime of each Json Web Token (JWT) created with
// this credentials. It should not exceed grpc_max_auth_token_lifetime or // this credentials. It should not exceed grpc_max_auth_token_lifetime or
// will be cropped to this value. // will be cropped to this value.
std::unique_ptr<Credentials> JWTCredentials( std::unique_ptr<Credentials> JWTCredentials(
const grpc::string& json_key, std::chrono::seconds token_lifetime); const grpc::string& json_key, std::chrono::seconds token_lifetime);
......
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