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

#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
 

Detailed Description

Definition at line 29 of file secure_token_store.h.

Member Function Documentation

◆ operator==()

bool OAUTH_TOKEN_SET::operator== ( const OAUTH_TOKEN_SET & aOther) const
default

Member Data Documentation

◆ access_token

◆ expires_at

long long OAUTH_TOKEN_SET::expires_at = 0

◆ id_token

wxString OAUTH_TOKEN_SET::id_token

◆ refresh_token

◆ scope

wxString OAUTH_TOKEN_SET::scope

◆ token_type

wxString OAUTH_TOKEN_SET::token_type

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