Credential Store
Also called: Credential Vault
A secure storage system for managing credentials such as API keys, passwords, tokens, and certificates used by applications and services.
Explore more about Developer Utilities
Related terms
A secure tool or service designed to store, manage, and retrieve sensitive credentials and API keys in software applications.
API KeyA unique secret credential used to authenticate an application or client when accessing an API, typically identifying the caller and authorizing requests.
Access TokenA credential issued after authentication that authorizes a client to access protected resources or APIs for a limited period.
Credential VaultA secure system for storing, managing, and controlling access to sensitive credentials such as passwords, API keys, certificates, and tokens.
Environment VariablesNamed configuration values provided by the operating system or runtime environment that allow applications to access settings, credentials, and other configuration without hardcoding them into source code.