#include <external_account_credentials.h>
Public Member Functions | |
HTTPRequestContext (grpc_polling_entity *pollent, Timestamp deadline) | |
~HTTPRequestContext () | |
Public Attributes | |
grpc_closure | closure |
Timestamp | deadline |
grpc_polling_entity * | pollent |
grpc_http_response | response |
Definition at line 74 of file external_account_credentials.h.
|
inline |
Definition at line 75 of file external_account_credentials.h.
|
inline |
Definition at line 77 of file external_account_credentials.h.
grpc_closure grpc_core::ExternalAccountCredentials::HTTPRequestContext::closure |
Definition at line 85 of file external_account_credentials.h.
Timestamp grpc_core::ExternalAccountCredentials::HTTPRequestContext::deadline |
Definition at line 82 of file external_account_credentials.h.
grpc_polling_entity* grpc_core::ExternalAccountCredentials::HTTPRequestContext::pollent |
Definition at line 81 of file external_account_credentials.h.
grpc_http_response grpc_core::ExternalAccountCredentials::HTTPRequestContext::response |
Definition at line 86 of file external_account_credentials.h.