Searched refs:grpc_max_auth_token_lifetime (Results 1 – 10 of 10) sorted by relevance
/third_party/grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.cc | 47 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()
|
D | jwt_credentials.cc | 120 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/ |
D | json_token_test.cc | 280 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()
|
D | create_jwt.cc | 48 grpc_max_auth_token_lifetime(), scope); in create_jwt()
|
D | credentials_test.cc | 1188 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/ |
D | grpc.def | 109 grpc_max_auth_token_lifetime
|
/third_party/grpc/include/grpc/ |
D | grpc_security.h | 321 GRPCAPI gpr_timespec grpc_max_auth_token_lifetime(void);
|
/third_party/grpc/src/core/lib/security/credentials/google_default/ |
D | google_default_credentials.cc | 253 key, grpc_max_auth_token_lifetime()); in create_default_creds_from_path()
|
/third_party/grpc/test/core/surface/ |
D | public_headers_must_be_c89.c | 176 printf("%lx", (unsigned long) grpc_max_auth_token_lifetime); in main()
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 373 #define grpc_max_auth_token_lifetime grpc_max_auth_token_lifetime_import macro
|