|
KiCad PCB EDA Suite
|
#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) |
| void from_json | ( | const nlohmann::json & | aJson, |
| OAUTH_TOKEN_SET & | aTokens ) |
Definition at line 41 of file secure_token_store.cpp.
References OAUTH_TOKEN_SET::access_token, OAUTH_TOKEN_SET::expires_at, OAUTH_TOKEN_SET::id_token, OAUTH_TOKEN_SET::refresh_token, OAUTH_TOKEN_SET::scope, and OAUTH_TOKEN_SET::token_type.
| void to_json | ( | nlohmann::json & | aJson, |
| const OAUTH_TOKEN_SET & | aTokens ) |
Definition at line 28 of file secure_token_store.cpp.
References OAUTH_TOKEN_SET::access_token, OAUTH_TOKEN_SET::expires_at, OAUTH_TOKEN_SET::id_token, OAUTH_TOKEN_SET::refresh_token, OAUTH_TOKEN_SET::scope, and OAUTH_TOKEN_SET::token_type.