Where are the Clarity System Options setting values stored, such as the 'Maximum days of API Expiration'?
Any Clarity supported release.
You can get this value using the following query:
SELECT value FROM cmn_option_values WHERE option_id = (SELECT id FROM cmn_options WHERE option_code = 'ACCESS_TOKEN_MAX_EXPIRATION');