#include <oauth2_credentials.h>
|
| grpc_google_refresh_token_credentials (grpc_auth_refresh_token refresh_token) |
|
| ~grpc_google_refresh_token_credentials () override |
|
const grpc_auth_refresh_token & | refresh_token () const |
|
std::string | debug_string () override |
|
| grpc_oauth2_token_fetcher_credentials () |
|
| ~grpc_oauth2_token_fetcher_credentials () override |
|
bool | get_request_metadata (grpc_polling_entity *pollent, grpc_auth_metadata_context context, grpc_credentials_mdelem_array *md_array, grpc_closure *on_request_metadata, grpc_error_handle *error) override |
|
void | cancel_get_request_metadata (grpc_credentials_mdelem_array *md_array, grpc_error_handle error) override |
|
void | on_http_response (grpc_credentials_metadata_request *r, grpc_error_handle error) |
|
| grpc_call_credentials (const char *type, grpc_security_level min_security_level=GRPC_PRIVACY_AND_INTEGRITY) |
|
| ~grpc_call_credentials () override=default |
|
virtual grpc_security_level | min_security_level () const |
|
const char * | type () const |
|
| ~RefCounted ()=default |
|
RefCountedPtr< grpc_call_credentials > | Ref () GRPC_MUST_USE_RESULT |
|
RefCountedPtr< grpc_call_credentials > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
|
void | Unref () |
|
void | Unref (const DebugLocation &location, const char *reason) |
|
RefCountedPtr< grpc_call_credentials > | RefIfNonZero () GRPC_MUST_USE_RESULT |
|
RefCountedPtr< grpc_call_credentials > | RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
|
| RefCounted (const RefCounted &)=delete |
|
RefCounted & | operator= (const RefCounted &)=delete |
|
virtual | ~PolymorphicRefCount ()=default |
|
◆ grpc_google_refresh_token_credentials()
grpc_google_refresh_token_credentials::grpc_google_refresh_token_credentials |
( |
grpc_auth_refresh_token |
refresh_token | ) |
|
|
explicit |
◆ ~grpc_google_refresh_token_credentials()
grpc_google_refresh_token_credentials::~grpc_google_refresh_token_credentials |
( |
| ) |
|
|
override |
◆ debug_string()
std::string grpc_google_refresh_token_credentials::debug_string |
( |
| ) |
|
|
overridevirtual |
◆ fetch_oauth2()
◆ refresh_token()
The documentation for this class was generated from the following files: