Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#ifndef TOON_TOONSETTINGS_H
|
||||
#define TOON_TOONSETTINGS_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace ToonBridge {
|
||||
namespace Toon {
|
||||
|
||||
struct ToonSettings
|
||||
{
|
||||
std::string agreementId;
|
||||
std::string accessToken;
|
||||
std::string displayCommonName;
|
||||
std::string applicationId;
|
||||
std::string callbackUrl;
|
||||
};
|
||||
|
||||
} // namespace Toon
|
||||
} // namespace ToonBridge
|
||||
|
||||
#endif // TOON_TOONSETTINGS_H
|
||||
Reference in New Issue
Block a user