Kruiger Labs
Client Portal Get Started
DocumentationKruiger Labs products
Sign inGet support
Reference

Glossary

Definitions for common Discord, hosting, database, OAuth, API, FiveM, and Google terms.

Terms#

TermDefinition
APIA defined interface used by software systems to exchange requests and responses.
API keyA private credential that identifies an authorized calling service.
Application ID / Client IDThe public numeric identifier for a Discord application.
Bot tokenThe private Discord credential used by a bot process.
BackendServer-side code that handles trusted logic, secrets, databases, and APIs.
CFXThe platform and join-link format used by FiveM services.
DatabasePersistent structured storage used after the application restarts.
Discord OAuth2The authorization protocol used for Discord website sign-in and delegated access.
Environment variableA named configuration value supplied outside source code.
FiveGuardA third-party FiveM anticheat system used by an optional Manager integration.
FiveMA multiplayer modification framework commonly used for custom GTA V servers.
FrontendCode delivered to and executed by the user’s browser.
Guild / Guild IDDiscord’s API term for a server and its numeric identifier.
HMACA keyed message-authentication method used to verify integrity and authenticity.
HTTP / HTTPSWeb transport protocols; HTTPS encrypts traffic and authenticates the server.
MariaDB / MySQLRelational database servers used by several products.
NonceA single-use random value used to prevent replayed API requests.
OAuth access tokenA credential representing a user’s granted OAuth access.
OAuth client secretA private server credential used during OAuth code exchange.
OAuth refresh tokenA sensitive credential used to request a new access token.
PterodactylA hosting control panel often used for game and bot services.
Role IDThe numeric identifier of a Discord role.
RuntimeThe installed language environment, such as Node.js or Python.
Service accountA Google identity used by server software rather than a person.
SHA256A cryptographic hash algorithm used in IAA request signing.
Slash commandA Discord application command entered with a leading slash.
SQLThe language used to define and query relational databases.
TebexA commerce platform used by an optional Manager integration.
WebhookA URL that receives event data from another system.
Google Sheets APIGoogle’s interface for authorized spreadsheet reads and writes.

Back to top