Searched defs:token_lifetime (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_credentials.cc | 118 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()
|
D | json_token.cc | 171 gpr_timespec token_lifetime, const char* scope) { in encoded_jwt_claim() 270 gpr_timespec token_lifetime, const char* scope) { in grpc_jwt_encode_and_sign()
|
/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_credentials.cc | 120 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()
|
D | json_token.cc | 183 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/ |
D | credentials_test.cc | 204 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/ |
D | client_helper.cc | 96 std::chrono::seconds token_lifetime = std::chrono::hours(1); in CreateChannelForTestCase() local
|
D | interop_client.cc | 262 std::chrono::seconds token_lifetime = std::chrono::hours(1); in DoPerRpcCreds() local
|
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 120 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
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | credentials_test.cc | 316 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_ok() local 333 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_bad_http_status() local 345 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_empty_http_body() local 356 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_invalid_json() local 371 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_missing_token() local 385 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_missing_token_type() local 401 grpc_millis token_lifetime; in test_oauth2_token_fetcher_creds_parsing_missing_token_lifetime() local 1270 gpr_timespec token_lifetime) { in validate_jwt_encode_and_sign_params() 1293 gpr_timespec token_lifetime, in encode_and_sign_jwt_success() 1301 gpr_timespec token_lifetime, in encode_and_sign_jwt_failure() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 138 grpc_millis* token_lifetime) { in grpc_oauth2_token_fetcher_credentials_parse_server_response() 236 grpc_millis token_lifetime = 0; in on_http_response() local
|