GRPC C++  1.39.1
Data Structures | Functions
jwt_credentials.h File Reference
#include <grpc/support/port_platform.h>
#include <string>
#include <grpc/support/time.h>
#include "absl/strings/str_format.h"
#include "absl/time/time.h"
#include "src/core/lib/security/credentials/credentials.h"
#include "src/core/lib/security/credentials/jwt/json_token.h"

Go to the source code of this file.

Data Structures

class  grpc_service_account_jwt_access_credentials
 

Functions

grpc_core::RefCountedPtr< grpc_call_credentialsgrpc_service_account_jwt_access_credentials_create_from_auth_json_key (grpc_auth_json_key key, gpr_timespec token_lifetime)
 

Function Documentation

◆ grpc_service_account_jwt_access_credentials_create_from_auth_json_key()

grpc_core::RefCountedPtr<grpc_call_credentials> grpc_service_account_jwt_access_credentials_create_from_auth_json_key ( grpc_auth_json_key  key,
gpr_timespec  token_lifetime 
)