Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.h67 #define GRPC_GOOGLE_OAUTH2_SERVICE_TOKEN_PATH "/oauth2/v3/token" macro
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc422 request.http.path = (char*)GRPC_GOOGLE_OAUTH2_SERVICE_TOKEN_PATH; in refresh_token_fetch_oauth2()
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc642 strcmp(request->http.path, GRPC_GOOGLE_OAUTH2_SERVICE_TOKEN_PATH) == 0); in validate_refresh_token_http_request()