#include <jwt_credentials.h>
|
| grpc_service_account_jwt_access_credentials (grpc_auth_json_key key, gpr_timespec token_lifetime) |
|
| ~grpc_service_account_jwt_access_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 |
|
const gpr_timespec & | jwt_lifetime () const |
|
const grpc_auth_json_key & | key () const |
|
std::string | debug_string () override |
|
| 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 |
|
|
| RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) |
|
◆ grpc_service_account_jwt_access_credentials()
◆ ~grpc_service_account_jwt_access_credentials()
grpc_service_account_jwt_access_credentials::~grpc_service_account_jwt_access_credentials |
( |
| ) |
|
|
override |
◆ cancel_get_request_metadata()
◆ debug_string()
std::string grpc_service_account_jwt_access_credentials::debug_string |
( |
| ) |
|
|
inlineoverridevirtual |
◆ get_request_metadata()
◆ jwt_lifetime()
const gpr_timespec& grpc_service_account_jwt_access_credentials::jwt_lifetime |
( |
| ) |
const |
|
inline |
◆ key()
◆ jwt_expiration
gpr_timespec grpc_service_account_jwt_access_credentials::jwt_expiration |
◆ jwt_md
◆ service_url
char* grpc_service_account_jwt_access_credentials::service_url = nullptr |
The documentation for this class was generated from the following files: