verify_api_key
verify_api_key
Verify an API key using constant-time comparison.
Parameters
api_key
The API key string to verify.
Returns
bool — True if the key matches. Returns False if API key authentication
is not enabled.
verify_api_key
Verify an API key using constant-time comparison.
The API key string to verify.
bool — True if the key matches. Returns False if API key authentication
is not enabled.