Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.h57 typedef void (*grpc_fetch_oauth2_func)(grpc_credentials_metadata_request* req, typedef
78 grpc_fetch_oauth2_func fetch_func;
Doauth2_credentials.cc335 grpc_fetch_oauth2_func fetch_func) { in init_oauth2_token_fetcher()