API Documentation
Table of Contents
Namespaces
Constants
- API_KEY_DEFAULT_ALGO = 'sha3-384'
- Default API Key Hashing Algorithm: This constant defines the default hashing algorithm used when generating API keys.
- API_KEY_DEFAULT_LENGTH = 33
- Default API Key Length: This constant specifies the default length (in characters) of newly generated API keys.
- API_KEY_VERSION = '0.0.1'
- API Key Version: This constant defines the current version of the API key structure and format.
Constants
API_KEY_DEFAULT_ALGO
Default API Key Hashing Algorithm: This constant defines the default hashing algorithm used when generating API keys.
public
mixed
API_KEY_DEFAULT_ALGO
= 'sha3-384'
It specifies the cryptographic hash function employed for security purposes.
Tags
API_KEY_DEFAULT_LENGTH
Default API Key Length: This constant specifies the default length (in characters) of newly generated API keys.
public
mixed
API_KEY_DEFAULT_LENGTH
= 33
It provides a standard length for security and consistency.
Tags
API_KEY_VERSION
API Key Version: This constant defines the current version of the API key structure and format.
public
mixed
API_KEY_VERSION
= '0.0.1'
It can be used for version control and to handle potential changes in future updates.