Home
last modified time | relevance | path

Searched defs:token_md (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/core/security/
Dcredentials_test.cc203 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_ok() local
220 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_bad_http_status() local
232 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_empty_http_body() local
243 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_invalid_json() local
258 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_missing_token() local
272 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_missing_token_type() local
288 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_missing_token_lifetime() local
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dcredentials_test.cc315 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_ok() local
332 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_bad_http_status() local
344 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_empty_http_body() local
355 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_invalid_json() local
370 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_missing_token() local
384 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_missing_token_type() local
400 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_missing_token_lifetime() local
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc119 const grpc_http_response* response, grpc_mdelem* token_md, in grpc_oauth2_token_fetcher_credentials_parse_server_response()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc137 const grpc_http_response* response, grpc_mdelem* token_md, in grpc_oauth2_token_fetcher_credentials_parse_server_response()