Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc128 const grpc::string& json_key, long token_lifetime_seconds) { in ServiceAccountJWTAccessCredentials() argument
130 if (token_lifetime_seconds <= 0) { in ServiceAccountJWTAccessCredentials()
136 gpr_time_from_seconds(token_lifetime_seconds, GPR_TIMESPAN); in ServiceAccountJWTAccessCredentials()
/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h147 long token_lifetime_seconds = kMaxAuthTokenLifetimeSecs);