Home
last modified time | relevance | path

Searched refs:GRPC_CREDENTIALS_ERROR (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc128 status = GRPC_CREDENTIALS_ERROR; in grpc_oauth2_token_fetcher_credentials_parse_server_response()
143 status = GRPC_CREDENTIALS_ERROR; in grpc_oauth2_token_fetcher_credentials_parse_server_response()
153 status = GRPC_CREDENTIALS_ERROR; in grpc_oauth2_token_fetcher_credentials_parse_server_response()
158 status = GRPC_CREDENTIALS_ERROR; in grpc_oauth2_token_fetcher_credentials_parse_server_response()
172 status = GRPC_CREDENTIALS_ERROR; in grpc_oauth2_token_fetcher_credentials_parse_server_response()
177 status = GRPC_CREDENTIALS_ERROR; in grpc_oauth2_token_fetcher_credentials_parse_server_response()
182 status = GRPC_CREDENTIALS_ERROR; in grpc_oauth2_token_fetcher_credentials_parse_server_response()
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc226 GRPC_CREDENTIALS_ERROR); in test_oauth2_token_fetcher_creds_parsing_bad_http_status()
237 GRPC_CREDENTIALS_ERROR); in test_oauth2_token_fetcher_creds_parsing_empty_http_body()
252 GRPC_CREDENTIALS_ERROR); in test_oauth2_token_fetcher_creds_parsing_invalid_json()
266 GRPC_CREDENTIALS_ERROR); in test_oauth2_token_fetcher_creds_parsing_missing_token()
281 GRPC_CREDENTIALS_ERROR); in test_oauth2_token_fetcher_creds_parsing_missing_token_type()
296 GRPC_CREDENTIALS_ERROR); in test_oauth2_token_fetcher_creds_parsing_missing_token_lifetime()
/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.h40 GRPC_CREDENTIALS_ERROR enumerator