Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_credentials.cc120 grpc_auth_json_key key, gpr_timespec token_lifetime) { in grpc_service_account_jwt_access_credentials_create_from_auth_json_key()
169 const char* json_key, gpr_timespec token_lifetime, void* reserved) { in grpc_service_account_jwt_access_credentials_create()
Djson_token.cc183 gpr_timespec token_lifetime, const char* scope) { in encoded_jwt_claim()
293 gpr_timespec token_lifetime, const char* scope) { in grpc_jwt_encode_and_sign()
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc204 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_ok() local
221 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_bad_http_status() local
233 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_empty_http_body() local
244 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_invalid_json() local
259 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_missing_token() local
273 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_missing_token_type() local
289 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_missing_token_lifetime() local
717 gpr_timespec token_lifetime) { in validate_jwt_encode_and_sign_params()
740 gpr_timespec token_lifetime, in encode_and_sign_jwt_success()
748 gpr_timespec token_lifetime, in encode_and_sign_jwt_failure()
[all …]
/external/grpc-grpc/test/cpp/interop/
Dclient_helper.cc96 std::chrono::seconds token_lifetime = std::chrono::hours(1); in CreateChannelForTestCase() local
Dinterop_client.cc262 std::chrono::seconds token_lifetime = std::chrono::hours(1); in DoPerRpcCreds() local
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc120 grpc_millis* token_lifetime) { in grpc_oauth2_token_fetcher_credentials_parse_server_response()
214 grpc_millis token_lifetime; in on_oauth2_token_fetcher_http_response() local