Initializes and configures the Switchboard SDK.
More...
#include <SwitchboardSDK.hpp>
Initializes and configures the Switchboard SDK.
SwitchboardSDK class.
◆ getClientID()
std::string switchboard::SwitchboardSDK::getClientID |
( |
| ) |
|
|
static |
Gets the client ID value that was used to initialize the SDK.
- Returns
- The client ID value.
◆ getClientSecret()
std::string switchboard::SwitchboardSDK::getClientSecret |
( |
| ) |
|
|
static |
Gets the client secret value that was used to initialize the SDK.
- Returns
- The client secret value.
◆ initialize()
void switchboard::SwitchboardSDK::initialize |
( |
const std::string |
clientID, |
|
|
const std::string |
clientSecret |
|
) |
| |
|
static |
Initializes the Switchboard SDK.
- Parameters
-
clientID | The client ID value that identifies the user of the SDK. |
clientSecret | The client secret ID. |
The documentation for this class was generated from the following files:
- /Users/jenkins/.jenkins/workspace/Switchboard Developer Site - Production/SwitchboardSDK/src/all/SwitchboardSDK.hpp
- /Users/jenkins/.jenkins/workspace/Switchboard Developer Site - Production/SwitchboardSDK/src/all/SwitchboardSDK.cpp