Kurlyk
Loading...
Searching...
No Matches
bearer_token_auth_provider_example.cpp File Reference
#include <kurlyk.hpp>
#include <iostream>
#include <fstream>
#include <nlohmann/json.hpp>

Go to the source code of this file.

Macros

#define KURLYK_AUTO_INIT   0

Typedefs

using json = nlohmann::json

Functions

std::string load_api_key (const std::string &filename)
int main ()

Macro Definition Documentation

◆ KURLYK_AUTO_INIT

#define KURLYK_AUTO_INIT   0

Definition at line 1 of file bearer_token_auth_provider_example.cpp.

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 7 of file bearer_token_auth_provider_example.cpp.

Function Documentation

◆ load_api_key()

std::string load_api_key ( const std::string & filename)

Definition at line 9 of file bearer_token_auth_provider_example.cpp.

◆ main()

int main ( )

Definition at line 22 of file bearer_token_auth_provider_example.cpp.