Searched refs:token_lifetime_seconds (Results 1 – 3 of 3) sorted by relevance
323 const std::string& json_key, long token_lifetime_seconds) { in ServiceAccountJWTAccessCredentials() argument325 if (token_lifetime_seconds <= 0) { in ServiceAccountJWTAccessCredentials()331 gpr_time_from_seconds(token_lifetime_seconds, GPR_TIMESPAN); in ServiceAccountJWTAccessCredentials()
185 long token_lifetime_seconds = grpc_impl::kMaxAuthTokenLifetimeSecs);
202 long token_lifetime_seconds = kMaxAuthTokenLifetimeSecs);