Go to the source code of this file.
|
LS_API LSConfiguration * | CreateLSConfiguration (const char *apiKey, const char *sharedKey, const char *productCode, const char *appName, const char *appVersion, LSExtendedOptions *extendedOptions) |
|
LS_API LSConfiguration * | CreateLSConfigurationOAuth (const char *clientId, const char *clientSecret, const char *productCode, const char *appName, const char *appVersion, LSExtendedOptions *extendedOptions) |
|
LS_API void | FreeLSConfiguration (LSConfiguration *config) |
|
◆ LSConfiguration
typedef LS_API struct LSConfiguration LSConfiguration |
◆ CreateLSConfiguration()
LS_API LSConfiguration * CreateLSConfiguration |
( |
const char * | apiKey, |
|
|
const char * | sharedKey, |
|
|
const char * | productCode, |
|
|
const char * | appName, |
|
|
const char * | appVersion, |
|
|
LSExtendedOptions * | extendedOptions ) |
◆ CreateLSConfigurationOAuth()
LS_API LSConfiguration * CreateLSConfigurationOAuth |
( |
const char * | clientId, |
|
|
const char * | clientSecret, |
|
|
const char * | productCode, |
|
|
const char * | appName, |
|
|
const char * | appVersion, |
|
|
LSExtendedOptions * | extendedOptions ) |
◆ FreeLSConfiguration()