Scorum
Public Attributes | List of all members
scorum::app::api_access_info Struct Reference

#include <api_access.hpp>

Public Attributes

std::string username
 
std::string password_hash_b64
 
std::string password_salt_b64
 
std::vector< std::string > allowed_apis
 

Detailed Description

Definition at line 35 of file api_access.hpp.

Member Data Documentation

◆ allowed_apis

std::vector<std::string> scorum::app::api_access_info::allowed_apis

Definition at line 40 of file api_access.hpp.

◆ password_hash_b64

std::string scorum::app::api_access_info::password_hash_b64

Definition at line 38 of file api_access.hpp.

◆ password_salt_b64

std::string scorum::app::api_access_info::password_salt_b64

Definition at line 39 of file api_access.hpp.

◆ username

std::string scorum::app::api_access_info::username

Definition at line 37 of file api_access.hpp.


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