Searched refs:token_lifetime_seconds (Results 1 – 2 of 2) sorted by relevance
128 const grpc::string& json_key, long token_lifetime_seconds) { in ServiceAccountJWTAccessCredentials() argument130 if (token_lifetime_seconds <= 0) { in ServiceAccountJWTAccessCredentials()136 gpr_time_from_seconds(token_lifetime_seconds, GPR_TIMESPAN); in ServiceAccountJWTAccessCredentials()
147 long token_lifetime_seconds = kMaxAuthTokenLifetimeSecs);