Home
last modified time | relevance | path

Searched refs:token_lifetime_seconds (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc323 const std::string& json_key, long token_lifetime_seconds) { in ServiceAccountJWTAccessCredentials() argument
325 if (token_lifetime_seconds <= 0) { in ServiceAccountJWTAccessCredentials()
331 gpr_time_from_seconds(token_lifetime_seconds, GPR_TIMESPAN); in ServiceAccountJWTAccessCredentials()
/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h185 long token_lifetime_seconds = grpc_impl::kMaxAuthTokenLifetimeSecs);
Dcredentials.h202 long token_lifetime_seconds = kMaxAuthTokenLifetimeSecs);