Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Doauth2_utils.cc42 static void on_oauth2_response(void* arg, grpc_error* error) { in on_oauth2_response() function
85 GRPC_CLOSURE_INIT(&request.closure, on_oauth2_response, &request, in grpc_test_fetch_oauth2_token_with_credentials()
93 on_oauth2_response(&request, error); in grpc_test_fetch_oauth2_token_with_credentials()