KiCad PCB EDA Suite
Loading...
Searching...
No Matches
secure_token_store.cpp File Reference
#include <oauth/secure_token_store.h>
#include <json_conversions.h>
#include <kiplatform/secrets.h>
#include <nlohmann/json.hpp>

Go to the source code of this file.

Functions

void to_json (nlohmann::json &aJson, const OAUTH_TOKEN_SET &aTokens)
 
void from_json (const nlohmann::json &aJson, OAUTH_TOKEN_SET &aTokens)
 

Function Documentation

◆ from_json()

◆ to_json()