#include <grpc/support/port_platform.h>
#include <stdint.h>
#include <string>
#include "absl/status/statusor.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "absl/time/time.h"
#include "absl/types/optional.h"
#include <grpc/grpc_security.h>
#include <grpc/impl/codegen/gpr_types.h>
#include <grpc/support/sync.h>
#include <grpc/support/time.h>
#include "src/core/lib/gpr/useful.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/gprpp/unique_type_name.h"
#include "src/core/lib/promise/arena_promise.h"
#include "src/core/lib/security/credentials/credentials.h"
#include "src/core/lib/security/credentials/jwt/json_token.h"
#include "src/core/lib/slice/slice.h"
#include "src/core/lib/transport/transport.h"
Go to the source code of this file.
Classes | |
struct | grpc_service_account_jwt_access_credentials::Cache |
class | grpc_service_account_jwt_access_credentials |
Namespaces | |
grpc_core | |
Functions | |
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) |
absl::StatusOr< std::string > | grpc_core::RemoveServiceNameFromJwtUri (absl::string_view uri) |
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 | ||
) |
Definition at line 133 of file jwt_credentials.cc.