LicenseSpring C++ SDK
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
Configuration.h File Reference
#include "ExtendedOptions.h"

Go to the source code of this file.

Classes

struct  LSConfiguration
 

Typedefs

typedef LS_API struct LSConfiguration LSConfiguration
 

Functions

LS_API LSConfigurationCreateLSConfiguration (const char *apiKey, const char *sharedKey, const char *productCode, const char *appName, const char *appVersion, LSExtendedOptions *extendedOptions)
 
LS_API LSConfigurationCreateLSConfigurationOAuth (const char *clientId, const char *clientSecret, const char *productCode, const char *appName, const char *appVersion, LSExtendedOptions *extendedOptions)
 
LS_API void FreeLSConfiguration (LSConfiguration *config)
 

Typedef Documentation

◆ LSConfiguration

typedef LS_API struct LSConfiguration LSConfiguration

Function Documentation

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

LS_API void FreeLSConfiguration ( LSConfiguration * config)