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
◆ 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()