KiCad PCB EDA Suite
Loading...
Searching...
No Matches
REMOTE_PROVIDER_OAUTH_SERVER_METADATA Struct Reference

#include <remote_provider_models.h>

Static Public Member Functions

static std::optional< REMOTE_PROVIDER_OAUTH_SERVER_METADATAFromJson (const nlohmann::json &aJson, bool aAllowInsecureLocalhost, wxString &aError)
 

Public Attributes

wxString issuer
 
wxString authorization_endpoint
 
wxString token_endpoint
 
wxString revocation_endpoint
 

Detailed Description

Definition at line 67 of file remote_provider_models.h.

Member Function Documentation

◆ FromJson()

std::optional< REMOTE_PROVIDER_OAUTH_SERVER_METADATA > REMOTE_PROVIDER_OAUTH_SERVER_METADATA::FromJson ( const nlohmann::json & aJson,
bool aAllowInsecureLocalhost,
wxString & aError )
static

Member Data Documentation

◆ authorization_endpoint

wxString REMOTE_PROVIDER_OAUTH_SERVER_METADATA::authorization_endpoint

Definition at line 70 of file remote_provider_models.h.

Referenced by BOOST_AUTO_TEST_CASE(), and FromJson().

◆ issuer

wxString REMOTE_PROVIDER_OAUTH_SERVER_METADATA::issuer

Definition at line 69 of file remote_provider_models.h.

Referenced by FromJson().

◆ revocation_endpoint

wxString REMOTE_PROVIDER_OAUTH_SERVER_METADATA::revocation_endpoint

◆ token_endpoint

wxString REMOTE_PROVIDER_OAUTH_SERVER_METADATA::token_endpoint

The documentation for this struct was generated from the following files: