MySQL 8.4.0
Source Code Documentation
utilities.h File Reference
#include <string>

Go to the source code of this file.

Classes

struct  oci::OCI_config_file
 

Namespaces

namespace  oci
 

Functions

OCI_config_file oci::parse_oci_config_file (const std::string &oci_config, const char *oci_profile, const std::string &expanded_path, std::string &err_msg)
 Parse oci config file to extract key fingerprint, location of private key file and security token file. More...
 
std::string oci::get_oci_config_file_location (const char *oci_config)
 Return the default location of ~/.oci/config file if not specified. More...
 
std::string oci::prepare_response (const std::string &fingerprint, const std::string &signature, const std::string &token)
 JSON format the client signed response. More...