|
KiCad PCB EDA Suite
|
#include <oauth_loopback_server.h>
Public Attributes | |
| wxString | code |
| wxString | state |
| wxString | error |
| wxString | error_description |
Definition at line 36 of file oauth_loopback_server.h.
| wxString OAUTH_AUTHORIZATION_RESPONSE::code |
Definition at line 38 of file oauth_loopback_server.h.
Referenced by OAUTH_LOOPBACK_SERVER::ParseAuthorizationResponse().
| wxString OAUTH_AUTHORIZATION_RESPONSE::error |
Definition at line 40 of file oauth_loopback_server.h.
Referenced by OAUTH_LOOPBACK_SERVER::ParseAuthorizationResponse().
| wxString OAUTH_AUTHORIZATION_RESPONSE::error_description |
Definition at line 41 of file oauth_loopback_server.h.
Referenced by OAUTH_LOOPBACK_SERVER::ParseAuthorizationResponse().
| wxString OAUTH_AUTHORIZATION_RESPONSE::state |
Definition at line 39 of file oauth_loopback_server.h.
Referenced by OAUTH_LOOPBACK_SERVER::ParseAuthorizationResponse().