Where Is the 'Maximum days of API Expiration' Stored in the Database?
search cancel

Where Is the 'Maximum days of API Expiration' Stored in the Database?

book

Article ID: 414563

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

Where are the Clarity System Options setting values stored, such as the 'Maximum days of API Expiration'?

Environment

Any Clarity supported release.

Resolution

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');