Home
last modified time | relevance | path

Searched defs:token_lifetime (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/jwt/
Djwt_credentials.cc118 gpr_timespec token_lifetime) in grpc_service_account_jwt_access_credentials()
134 grpc_auth_json_key key, gpr_timespec token_lifetime) { in grpc_service_account_jwt_access_credentials_create_from_auth_json_key()
155 const char* json_key, gpr_timespec token_lifetime, void* reserved) { in grpc_service_account_jwt_access_credentials_create()
Djson_token.cc168 gpr_timespec token_lifetime, const char* scope) { in encoded_jwt_claim()
267 gpr_timespec token_lifetime, const char* scope) { in grpc_jwt_encode_and_sign()
/third_party/grpc/test/cpp/interop/
Dclient_helper.cc99 std::chrono::seconds token_lifetime = std::chrono::hours(1); in CreateChannelForTestCase() local
Dinterop_client.cc266 std::chrono::seconds token_lifetime = std::chrono::hours(1); in DoPerRpcCreds() local
/third_party/grpc/test/core/security/
Dcredentials_test.cc217 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_ok() local
234 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_bad_http_status() local
246 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_empty_http_body() local
257 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_invalid_json() local
272 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_missing_token() local
286 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_missing_token_type() local
302 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_missing_token_lifetime() local
1170 gpr_timespec token_lifetime) { in validate_jwt_encode_and_sign_params()
1193 gpr_timespec token_lifetime, in encode_and_sign_jwt_success()
1201 gpr_timespec token_lifetime, in encode_and_sign_jwt_failure()
[all …]
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc138 grpc_millis* token_lifetime) { in grpc_oauth2_token_fetcher_credentials_parse_server_response()
236 grpc_millis token_lifetime = 0; in on_http_response() local