MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
mrs::authentication::Oauth2Handler::GenericSessionData Class Reference

#include <oauth2_handler.h>

Inheritance diagram for mrs::authentication::Oauth2Handler::GenericSessionData:
[legend]

Public Attributes

std::string access_token
 
std::string refresh_token
 
std::string auth_code
 
std::string redirection
 
std::string redirection_host
 
seconds expires
 
bool session_id_set {false}
 
time_point acquired_at
 
std::string challange
 
- Public Attributes inherited from mrs::http::SessionManager::Session::SessionData
Sessioninternal_session {nullptr}
 

Additional Inherited Members

- Public Member Functions inherited from mrs::http::SessionManager::Session::SessionData
virtual ~SessionData ()=default
 

Member Data Documentation

◆ access_token

std::string mrs::authentication::Oauth2Handler::GenericSessionData::access_token

◆ acquired_at

time_point mrs::authentication::Oauth2Handler::GenericSessionData::acquired_at

◆ auth_code

std::string mrs::authentication::Oauth2Handler::GenericSessionData::auth_code

◆ challange

std::string mrs::authentication::Oauth2Handler::GenericSessionData::challange

◆ expires

seconds mrs::authentication::Oauth2Handler::GenericSessionData::expires

◆ redirection

std::string mrs::authentication::Oauth2Handler::GenericSessionData::redirection

◆ redirection_host

std::string mrs::authentication::Oauth2Handler::GenericSessionData::redirection_host

◆ refresh_token

std::string mrs::authentication::Oauth2Handler::GenericSessionData::refresh_token

◆ session_id_set

bool mrs::authentication::Oauth2Handler::GenericSessionData::session_id_set {false}

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