serverServerSide String

Retrieves a string value from the server using a 12-digit access ID.

circle-info

Server strings can be public (no license required) or protected (license validation required).

Signature

std::string GetServerString(const std::string& accessId, 
                           const std::string& licenseKey = "");

Parameters

Type: std::string

Description: 12-digit access identifier

Generated: Automatically when creating server string

Required: Yes

Returns

Type: std::string

Value
Description

Non-empty string

String value from server

Empty string

Error or access denied

Basic Usage

Use Cases

chevron-rightFeature Flagshashtag
chevron-rightAPI Endpointshashtag
chevron-rightVersion Checkinghashtag
chevron-rightLocalizationhashtag

String Types

Plain text values for any purpose.

Example:

Client Usage:

Access Control

circle-exclamation
Configuration
Access
Use Case

Force Key Check: Disabled

Public

Welcome messages, version info

Force Key Check: Enabled

Licensed users only

API keys, premium features

Product-specific

Selected products

Product-exclusive content

Last updated