#include <grpc/support/port_platform.h>
#include "src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
Go to the source code of this file.
grpc_alts_credentials_options* grpc_alts_credentials_options_copy | ( | const grpc_alts_credentials_options * | options | ) |
This method performs a deep copy on grpc_alts_credentials_options instance.
It returns a new grpc_alts_credentials_options instance on success and NULL on failure.
Definition at line 26 of file grpc_alts_credentials_options.cc.
void grpc_alts_credentials_options_destroy | ( | grpc_alts_credentials_options * | options | ) |
This method destroys a grpc_alts_credentials_options instance by de-allocating all of its occupied memory. It is used for experimental purpose for now and subject to change.
Definition at line 38 of file grpc_alts_credentials_options.cc.