|
KiCad PCB EDA Suite
|
#include <secure_token_store.h>
Public Member Functions | |
| bool | operator== (const OAUTH_TOKEN_SET &aOther) const =default |
Public Attributes | |
| wxString | access_token |
| wxString | refresh_token |
| wxString | id_token |
| wxString | token_type |
| wxString | scope |
| long long | expires_at = 0 |
Definition at line 29 of file secure_token_store.h.
|
default |
| wxString OAUTH_TOKEN_SET::access_token |
Definition at line 31 of file secure_token_store.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), from_json(), PANEL_REMOTE_SYMBOL::loadAccessToken(), REMOTE_PROVIDER_CLIENT::ParseTokenResponse(), and to_json().
| long long OAUTH_TOKEN_SET::expires_at = 0 |
Definition at line 36 of file secure_token_store.h.
Referenced by BOOST_AUTO_TEST_CASE(), from_json(), REMOTE_PROVIDER_CLIENT::ParseTokenResponse(), and to_json().
| wxString OAUTH_TOKEN_SET::id_token |
Definition at line 33 of file secure_token_store.h.
Referenced by BOOST_AUTO_TEST_CASE(), from_json(), REMOTE_PROVIDER_CLIENT::ParseTokenResponse(), and to_json().
| wxString OAUTH_TOKEN_SET::refresh_token |
Definition at line 32 of file secure_token_store.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), from_json(), PANEL_REMOTE_SYMBOL::loadAccessToken(), PANEL_REMOTE_SYMBOL::onOAuthLoopback(), REMOTE_PROVIDER_CLIENT::ParseTokenResponse(), and to_json().
| wxString OAUTH_TOKEN_SET::scope |
Definition at line 35 of file secure_token_store.h.
Referenced by BOOST_AUTO_TEST_CASE(), from_json(), REMOTE_PROVIDER_CLIENT::ParseTokenResponse(), and to_json().
| wxString OAUTH_TOKEN_SET::token_type |
Definition at line 34 of file secure_token_store.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), from_json(), REMOTE_PROVIDER_CLIENT::ParseTokenResponse(), and to_json().