Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc123 grpc_credentials_status status = GRPC_CREDENTIALS_OK; in grpc_oauth2_token_fetcher_credentials_parse_server_response()
192 status = GRPC_CREDENTIALS_OK; in grpc_oauth2_token_fetcher_credentials_parse_server_response()
196 if (status != GRPC_CREDENTIALS_OK && !GRPC_MDISNULL(*token_md)) { in grpc_oauth2_token_fetcher_credentials_parse_server_response()
223 status == GRPC_CREDENTIALS_OK in on_oauth2_token_fetcher_http_response()
233 if (status == GRPC_CREDENTIALS_OK) { in on_oauth2_token_fetcher_http_response()
/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.h39 GRPC_CREDENTIALS_OK = 0, enumerator
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc208 &response, &token_md, &token_lifetime) == GRPC_CREDENTIALS_OK); in test_oauth2_token_fetcher_creds_parsing_ok()