BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::app::api_access_info Struct Reference

#include <api_access.hpp>

Public Member Functions

 api_access_info ()=default
 
 api_access_info (const std::string &hash, const std::string &salt)
 

Public Attributes

std::string password_hash_b64
 
std::string password_salt_b64
 
boost::container::flat_set< std::string > allowed_apis
 

Detailed Description

Definition at line 36 of file api_access.hpp.

Constructor & Destructor Documentation

◆ api_access_info() [1/2]

graphene::app::api_access_info::api_access_info ( )
default

◆ api_access_info() [2/2]

graphene::app::api_access_info::api_access_info ( const std::string &  hash,
const std::string &  salt 
)
inline

Definition at line 39 of file api_access.hpp.

Member Data Documentation

◆ allowed_apis

boost::container::flat_set< std::string > graphene::app::api_access_info::allowed_apis

Definition at line 45 of file api_access.hpp.

◆ password_hash_b64

std::string graphene::app::api_access_info::password_hash_b64

Definition at line 43 of file api_access.hpp.

◆ password_salt_b64

std::string graphene::app::api_access_info::password_salt_b64

Definition at line 44 of file api_access.hpp.


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