|
KiCad PCB EDA Suite
|
#include <oauth_session.h>
Public Member Functions | |
| wxString | BuildAuthorizationUrl () const |
Public Attributes | |
| wxString | authorization_endpoint |
| wxString | client_id |
| wxString | redirect_uri |
| wxString | scope |
| wxString | state |
| wxString | code_verifier |
Definition at line 26 of file oauth_session.h.
| wxString OAUTH_SESSION::BuildAuthorizationUrl | ( | ) | const |
Definition at line 28 of file oauth_session.cpp.
References authorization_endpoint, client_id, code_verifier, OAUTH_PKCE::CreateCodeChallenge(), redirect_uri, scope, state, and UrlEncode().
| wxString OAUTH_SESSION::authorization_endpoint |
Definition at line 28 of file oauth_session.h.
Referenced by BuildAuthorizationUrl().
| wxString OAUTH_SESSION::client_id |
Definition at line 29 of file oauth_session.h.
Referenced by BOOST_AUTO_TEST_CASE(), BuildAuthorizationUrl(), and REMOTE_PROVIDER_CLIENT::ExchangeAuthorizationCode().
| wxString OAUTH_SESSION::code_verifier |
Definition at line 33 of file oauth_session.h.
Referenced by BuildAuthorizationUrl(), and REMOTE_PROVIDER_CLIENT::ExchangeAuthorizationCode().
| wxString OAUTH_SESSION::redirect_uri |
Definition at line 30 of file oauth_session.h.
Referenced by BuildAuthorizationUrl(), and REMOTE_PROVIDER_CLIENT::ExchangeAuthorizationCode().
| wxString OAUTH_SESSION::scope |
Definition at line 31 of file oauth_session.h.
Referenced by BuildAuthorizationUrl().
| wxString OAUTH_SESSION::state |
Definition at line 32 of file oauth_session.h.
Referenced by BuildAuthorizationUrl().