Home
last modified time | relevance | path

Searched refs:grpc_max_auth_token_lifetime (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc47 gpr_timespec grpc_max_auth_token_lifetime() { in grpc_max_auth_token_lifetime() function
171 if (gpr_time_cmp(token_lifetime, grpc_max_auth_token_lifetime()) > 0) { in encoded_jwt_claim()
173 expiration = gpr_time_add(now, grpc_max_auth_token_lifetime()); in encoded_jwt_claim()
Djwt_credentials.cc120 gpr_timespec max_token_lifetime = grpc_max_auth_token_lifetime(); in grpc_service_account_jwt_access_credentials()
125 token_lifetime = grpc_max_auth_token_lifetime(); in grpc_service_account_jwt_access_credentials()
/third_party/grpc/test/core/security/
Djson_token_test.cc280 GPR_ASSERT(parsed_lifetime.tv_sec == grpc_max_auth_token_lifetime().tv_sec); in check_jwt_claim()
314 grpc_max_auth_token_lifetime(), test_scope); in service_account_creds_jwt_encode_and_sign()
319 grpc_max_auth_token_lifetime(), nullptr); in jwt_creds_jwt_encode_and_sign()
Dcreate_jwt.cc48 grpc_max_auth_token_lifetime(), scope); in create_jwt()
Dcredentials_test.cc1188 GPR_ASSERT(gpr_time_cmp(token_lifetime, grpc_max_auth_token_lifetime()) == 0); in validate_jwt_encode_and_sign_params()
1228 json_key_string, grpc_max_auth_token_lifetime(), nullptr); in test_jwt_creds_lifetime()
1230 grpc_max_auth_token_lifetime()) == 0); in test_jwt_creds_lifetime()
1240 GPR_ASSERT(gpr_time_cmp(grpc_max_auth_token_lifetime(), token_lifetime) > 0); in test_jwt_creds_lifetime()
1252 token_lifetime = gpr_time_add(grpc_max_auth_token_lifetime(), add_to_max); in test_jwt_creds_lifetime()
1256 grpc_max_auth_token_lifetime()) == 0); in test_jwt_creds_lifetime()
1277 json_key_string, grpc_max_auth_token_lifetime(), nullptr); in test_jwt_creds_success()
1323 json_key_string, grpc_max_auth_token_lifetime(), nullptr); in test_jwt_creds_signing_failure()
/third_party/grpc/
Dgrpc.def109 grpc_max_auth_token_lifetime
/third_party/grpc/include/grpc/
Dgrpc_security.h321 GRPCAPI gpr_timespec grpc_max_auth_token_lifetime(void);
/third_party/grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc253 key, grpc_max_auth_token_lifetime()); in create_default_creds_from_path()
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c176 printf("%lx", (unsigned long) grpc_max_auth_token_lifetime); in main()
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h373 #define grpc_max_auth_token_lifetime grpc_max_auth_token_lifetime_import macro