Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
switchboard::SwitchboardSDK Class Referencefinal

Initializes and configures the Switchboard SDK. More...

#include <SwitchboardSDK.hpp>

Static Public Member Functions

static WASM void initialize (const std::string clientID, const std::string clientSecret)
 
static WASM std::string getClientID ()
 
static WASM std::string getClientSecret ()
 

Detailed Description

Initializes and configures the Switchboard SDK.

SwitchboardSDK class.

Member Function Documentation

◆ 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
clientIDThe client ID value that identifies the user of the SDK.
clientSecretThe client secret ID.

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